Hello Everyone
.
i am looking for a solution in my access database on form open event.
e.g
i receive a file from a network computer many times in a day in a shared folder (my documents) named ORDERS.xlsx
i linked this file with one of my database's table. Due to linking this file with table the sending user can't paste the new ORDERS.xlsx file until i close my database.
So i want an Event Procedure code to copy the file and paste it to another location on open a specific form and link it from there. i think this will not force me to close the database on arrival new ORDERS.
.
i am looking for a solution in my access database on form open event.
e.g
i receive a file from a network computer many times in a day in a shared folder (my documents) named ORDERS.xlsx
i linked this file with one of my database's table. Due to linking this file with table the sending user can't paste the new ORDERS.xlsx file until i close my database.
So i want an Event Procedure code to copy the file and paste it to another location on open a specific form and link it from there. i think this will not force me to close the database on arrival new ORDERS.