I have a simple application working with Crystal Reports but would like to use it as an example to learn MS Access and VBA, which should provide a more elegant solution.
I need to combine invoice data from three input files and output it as a text file with header and detail lines.
I have used an Access query to prove that I can get the data I need, all OK. I have used the SQL from this query in my application and it compiles OK!
I have proved I can create the output table, new records are added each time I run the application, OK!
What I can't figure out is how to get data from the input Query into the output Table. Everything I do generates an error of some sort I am clearly missing some key understanding here.
I would appreciate any help offered.
I need to combine invoice data from three input files and output it as a text file with header and detail lines.
I have used an Access query to prove that I can get the data I need, all OK. I have used the SQL from this query in my application and it compiles OK!
I have proved I can create the output table, new records are added each time I run the application, OK!
What I can't figure out is how to get data from the input Query into the output Table. Everything I do generates an error of some sort I am clearly missing some key understanding here.
I would appreciate any help offered.