idea
hey,
If you create a temporary table containing all the fields from your order table used on your form, you can then create a macro containing the following:
1. delete query - to remove all data in the temporary table
2. append query - select all fields in your order table where the...
Hello, I'm a bit new to this so please let me know if I don't make any sense:)
I've been trying to find a way to create a user friendly import system to upload data in external spreadsheets into my access database via forms.
What I would like to do is for the user to be able to click a...