Hello,
I am creating a database that will be stored on a shared network drive. This will be used by 200 people. This will be split in a back and front end.
To limit network traffic, I try to search a solution.
Instead of loading all the data, I want Access to perform an append query that will download the data from the network table.
Afterwards, there is an update query that changes data in the main table for ex: LOCKED
I found the function FIRST (not so hard to found), but to limit more traffic, I want to download always the first 10 records.
How do I download only the first 10 records?
Thank you for helping me out. if something is not clear, please don't hesitate to put a comment .
Thank you
I am creating a database that will be stored on a shared network drive. This will be used by 200 people. This will be split in a back and front end.
To limit network traffic, I try to search a solution.
Instead of loading all the data, I want Access to perform an append query that will download the data from the network table.
Afterwards, there is an update query that changes data in the main table for ex: LOCKED
I found the function FIRST (not so hard to found), but to limit more traffic, I want to download always the first 10 records.
How do I download only the first 10 records?
Thank you for helping me out. if something is not clear, please don't hesitate to put a comment .
Thank you