franksirvent
Programmer
Hi there
I have a routine which creates an excel sheet from an Access Database.
The problem is that sometimes some of the columns/fields are empty and when it creates the excel sheet the columns are out of wack!
for example,in access...
field1 field2 field3 field4 field5
1000 10000 1000 1000
field2 is empty so in excel it looks like...
field1 field2 field3 field4 field5
1000 10000 1000 1000
Anyone knows how to get this done correctly ???
thanks
I have a routine which creates an excel sheet from an Access Database.
The problem is that sometimes some of the columns/fields are empty and when it creates the excel sheet the columns are out of wack!
for example,in access...
field1 field2 field3 field4 field5
1000 10000 1000 1000
field2 is empty so in excel it looks like...
field1 field2 field3 field4 field5
1000 10000 1000 1000
Anyone knows how to get this done correctly ???
thanks