J
JackpipE
I need to build small Access application.
- I have 1 table and new data will be entered into that table on daily
basis. Some of the data will be duplicate of existing data in that
table.
- I need to export data into excel
- Only new data should be exported
- I need text field where I can enter date and that date will be saved
into another REQUEST_DATE table
My vision of this app is one simple form with "Export" button and
"Date" text field. Once I hit export button All recored will be
exported into Excel and all record IDs will be copied to another
EXPORTED table so I can keep track of what was already exported. Next
time I'll export all records NOT IN exported table. That should take
care of the new data only export.
Question: How can I in Access execute more than one query so I can
Select new records and Update the EXPORTED table at the same time? Can
I also automate export to Excel so once I press the Export button I'll
teg the new records and Export them to Excel spreadsheet.
I'm programming in PHP but not familiar with Access at all. If you
could point me to some good tutorials online where I can get some help
I would appreciate it.
Jack
- I have 1 table and new data will be entered into that table on daily
basis. Some of the data will be duplicate of existing data in that
table.
- I need to export data into excel
- Only new data should be exported
- I need text field where I can enter date and that date will be saved
into another REQUEST_DATE table
My vision of this app is one simple form with "Export" button and
"Date" text field. Once I hit export button All recored will be
exported into Excel and all record IDs will be copied to another
EXPORTED table so I can keep track of what was already exported. Next
time I'll export all records NOT IN exported table. That should take
care of the new data only export.
Question: How can I in Access execute more than one query so I can
Select new records and Update the EXPORTED table at the same time? Can
I also automate export to Excel so once I press the Export button I'll
teg the new records and Export them to Excel spreadsheet.
I'm programming in PHP but not familiar with Access at all. If you
could point me to some good tutorials online where I can get some help
I would appreciate it.
Jack