Hello All,
A little background on what I am trying to do.
I have a shell database that has 1 form and allows users to add/delete/import id numbers into a listbox.
I then need to take these id numbers and run about 12 update queries.
Since multiple users are using this at the same time. How can I run the update queries without have to redo all my update queries? Is there a way to maybe create a random table name for the id numbers and fields I have to update? If so how will the 12 update queries know which random table to update? I've done quite a bit of VBA programming in the past but stuck on this. Would I have to change all my GUI queries into VBA code and use the random table name that was created from the get go?
I hope there is an easier way to do this. My goal is not having to put the front-end db on everyone's computer since we have like 100 people using this tool. If I have to make an update, I dont want to have to update 100 PC's.
Confused and need some help please?
Thanks,
Mike
A little background on what I am trying to do.
I have a shell database that has 1 form and allows users to add/delete/import id numbers into a listbox.
I then need to take these id numbers and run about 12 update queries.
Since multiple users are using this at the same time. How can I run the update queries without have to redo all my update queries? Is there a way to maybe create a random table name for the id numbers and fields I have to update? If so how will the 12 update queries know which random table to update? I've done quite a bit of VBA programming in the past but stuck on this. Would I have to change all my GUI queries into VBA code and use the random table name that was created from the get go?
I hope there is an easier way to do this. My goal is not having to put the front-end db on everyone's computer since we have like 100 people using this tool. If I have to make an update, I dont want to have to update 100 PC's.
Confused and need some help please?
Thanks,
Mike