Using Access 97.
I am trying to find an easy way to build a temporary subset of data for each user (to exist while the user is in database only) based on a date range the user selects from a form.
My initial thought is to have a command button on the form that runs a macro called getdata.
the macro would have command transferdatabse which would look like this:
Transfer type: Export
Database Type: Microsoft Access
Database Name: I:\SLF\SupChain\APSDATABASES\FP\data.mdb
Object Type: Query
Source: qryNationalCriteria
Destination:
Structure Only: No
I'm stuck on the Destination part - how do I make it a uniqe table name for each user (there will be about 18 users).
Secondly - how do I get Access to clear out the users data table when the close the form?
Of course, I don't even know if this will accomplish what I am needing or not. So if anyone has any ideas - regarding this or a better way to accomplish this - I am more than willing to listen.
Thanks!
I am trying to find an easy way to build a temporary subset of data for each user (to exist while the user is in database only) based on a date range the user selects from a form.
My initial thought is to have a command button on the form that runs a macro called getdata.
the macro would have command transferdatabse which would look like this:
Transfer type: Export
Database Type: Microsoft Access
Database Name: I:\SLF\SupChain\APSDATABASES\FP\data.mdb
Object Type: Query
Source: qryNationalCriteria
Destination:
Structure Only: No
I'm stuck on the Destination part - how do I make it a uniqe table name for each user (there will be about 18 users).
Secondly - how do I get Access to clear out the users data table when the close the form?
Of course, I don't even know if this will accomplish what I am needing or not. So if anyone has any ideas - regarding this or a better way to accomplish this - I am more than willing to listen.
Thanks!