dragongunner0351
Programmer
Hello all,
I have a form named frmAgedReceivables, the data source for the form is a table named tblAgedReceivables.
Everyday I have been importing external data (a .xls file) to refresh the listing of past due customers. I have been wanting to automate this task so I created a MACRO to import the data.
I only want this import to take place once a day (to update the tblAgedReceivables) but if I put it in the onload or onopen events of the frmAgedReceivables it will want to load the spreadsheet each time. (not desirable)
Does anyone know of a way to automate this import so that it will import only once to the table or a way to allow for it to import how ever many times a day the form is loaded but to only refresh the tblAgedReceivables if a change in the .xls was detected?
All help is appreciated.
I have a form named frmAgedReceivables, the data source for the form is a table named tblAgedReceivables.
Everyday I have been importing external data (a .xls file) to refresh the listing of past due customers. I have been wanting to automate this task so I created a MACRO to import the data.
I only want this import to take place once a day (to update the tblAgedReceivables) but if I put it in the onload or onopen events of the frmAgedReceivables it will want to load the spreadsheet each time. (not desirable)
Does anyone know of a way to automate this import so that it will import only once to the table or a way to allow for it to import how ever many times a day the form is loaded but to only refresh the tblAgedReceivables if a change in the .xls was detected?
All help is appreciated.