I created an access front-end to a sql server database and I'm stuck trying to generate a report via a event procedure. I purposely am not using linked tables and instead connect to the DB using a ADO
connection string. I cant figure out how to base a report on a query where the tables are not linked. I want to be able to use a ADO connection string to query the db and base a report on it. How do I do this?
Any ideas would be extreamly appreciated!!!
Thanks
Seth
connection string. I cant figure out how to base a report on a query where the tables are not linked. I want to be able to use a ADO connection string to query the db and base a report on it. How do I do this?
Any ideas would be extreamly appreciated!!!
Thanks
Seth