Hello,
I need some guidance on something . . . I am working on a Db where I find it necessary to often collect information from many tables (all essentially containing the same info) and put them together into one recordset.
Right now I am using a string of append queries, making my report and then deleting it all with a delete query.
Isn't there a better way?? How could I just add all this to a rst? What if I wanted to add an identifier of which table was it's source? And how would this information be passed into a report?
I really would like to do this in code and not leave some huge batch of exposed queries to be tampered with annihilating the process while warnings are off.
Can anyone help me out here? I think it's likely a simple answer, but I am still fairly new to coding.
thanks Brambojr
I need some guidance on something . . . I am working on a Db where I find it necessary to often collect information from many tables (all essentially containing the same info) and put them together into one recordset.
Right now I am using a string of append queries, making my report and then deleting it all with a delete query.
Isn't there a better way?? How could I just add all this to a rst? What if I wanted to add an identifier of which table was it's source? And how would this information be passed into a report?
I really would like to do this in code and not leave some huge batch of exposed queries to be tampered with annihilating the process while warnings are off.
Can anyone help me out here? I think it's likely a simple answer, but I am still fairly new to coding.
thanks Brambojr