I keep getting the following error fatal error when compiling a program (any program):
RC1015: cannot open include file 'afxres.h' when trying to compile a program
I would like to dynamically change the database from which I pull records. I tried creating an ADO connection and recordset (rs) and used the following code to link the "new" table to the report:
Report.Database.SetDataSource rs
This, however, does not appear to work. The...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.