G
Guest
Hello everyone...
i asked this question before but i can't solve my problem yet...
i have the following data in a query
Id Date Name Quantity Price Total Discount NTotal
1 10-Sep-04 ABC 5 10 =10x5 10%
=Total*(1-Discount)
2 15-Sep-04 XYZ 10 15 =10x15 15%
=Total*(1-Discount)
I have a form to fill the data to this query. What i need is a code that
will be assigned to a button, so when the user presses that button the
program should ask start date and end date, then select the records that
match those dates, and then export those records to excel (only the fields
ID, Date, Name and NTotal)
I know it's complicated, but i have been consulting several books, and i
haven't beenable to solve this for 3 weeks.... HEEEELP!!!
Thaks...
i asked this question before but i can't solve my problem yet...
i have the following data in a query
Id Date Name Quantity Price Total Discount NTotal
1 10-Sep-04 ABC 5 10 =10x5 10%
=Total*(1-Discount)
2 15-Sep-04 XYZ 10 15 =10x15 15%
=Total*(1-Discount)
I have a form to fill the data to this query. What i need is a code that
will be assigned to a button, so when the user presses that button the
program should ask start date and end date, then select the records that
match those dates, and then export those records to excel (only the fields
ID, Date, Name and NTotal)
I know it's complicated, but i have been consulting several books, and i
haven't beenable to solve this for 3 weeks.... HEEEELP!!!
Thaks...