L
LynMVM
I am definitely not a programmer and have never used macro in access before.
I have a database that has grown way beyond my expectations when I set it up.
I believe it is a bad idea to have calculated fields in a database so I
originally decided to write some queries which I would run each time someone
wanted data off the database.
But as I am not always available and the number of variables they want has
grown I have ended up with a successions of 14 queries, a succession 0f 13
queries and a set of 5 queries all of which could need to be run after new
data is added and before data is retrieved.
Some probably could have been combined if I understood why they often gave
the wrong answers when I tried to do more than one calculation per query. BUT
they all work reliably now so can I write a macro to run them all in order so
I can get the clerk to run them each time new data is added.
while looking for help I read about one query not finishing before the next
started; could that happen? because that would be disastrous.
I have a database that has grown way beyond my expectations when I set it up.
I believe it is a bad idea to have calculated fields in a database so I
originally decided to write some queries which I would run each time someone
wanted data off the database.
But as I am not always available and the number of variables they want has
grown I have ended up with a successions of 14 queries, a succession 0f 13
queries and a set of 5 queries all of which could need to be run after new
data is added and before data is retrieved.
Some probably could have been combined if I understood why they often gave
the wrong answers when I tried to do more than one calculation per query. BUT
they all work reliably now so can I write a macro to run them all in order so
I can get the clerk to run them each time new data is added.
while looking for help I read about one query not finishing before the next
started; could that happen? because that would be disastrous.