G
Guest
Excel
My Excel file has 12 tabs representing each month and year as follows
01-January-2005,02-February-2005;etc.
Predefined columns from A-F Date Ordered,Cost
Center,Quantity,Description,Date Received and Total Cost.
Database
Table- tblRequest
I would like to export the following fields from that table to the correct
tab,rows for the abov listed column.
Fiields:
dteDateOrdered,strCostCenter,lngQuantity,strDescription,dteDateReceived and
curCost.
I have a form where the user selects a month,Example 6 for June.
How do I write the code so that the correct data is entered into the correct
tab and rows for the columns listed above.
Currently there is no data in the file,but after data is entered,I don't
want to overwite it. How would I append the data.
My Excel file has 12 tabs representing each month and year as follows
01-January-2005,02-February-2005;etc.
Predefined columns from A-F Date Ordered,Cost
Center,Quantity,Description,Date Received and Total Cost.
Database
Table- tblRequest
I would like to export the following fields from that table to the correct
tab,rows for the abov listed column.
Fiields:
dteDateOrdered,strCostCenter,lngQuantity,strDescription,dteDateReceived and
curCost.
I have a form where the user selects a month,Example 6 for June.
How do I write the code so that the correct data is entered into the correct
tab and rows for the columns listed above.
Currently there is no data in the file,but after data is entered,I don't
want to overwite it. How would I append the data.