I want to run a query against my current database from a vba module behind a report I am creating, is this possible?? I have tried the traditional methods but of course I get the "Database has been locked by blah blah" message. If someone could point me in the right direction it would be greatly appreciated.
Oh, I want to run a "Select count(fieldname) from tablename where id = " & me.id
where me.id is the id number that is currently being processed for the report.
Thanks in Advance
RHNewfie
Oh, I want to run a "Select count(fieldname) from tablename where id = " & me.id
where me.id is the id number that is currently being processed for the report.
Thanks in Advance
RHNewfie