Good Morning,
I work with a group of people who use laptops on a mobile coach to provide care to under privledged people.
We use an access database to keep track of all of the patients data that is entered...mostly general information. No detailed information (such as doctors notes are kept...
I am running a report and cannot figure out where the output data is being sent to. The code for the report is below. (It is not going to "O:\My Documents\GRF Spreadsheet.xls")
Option Compare Database
Option Explicit
Const conSSName = "Uninsured Patient Activity Reporting Form.xls"
Const...
I have recently taken over a database...and I am very new to this.
I am trying to run a report that is already built and it seems like the command that retrieves the information is not working properly.
the command that is not working:
strQuery = ba(1) & "'" & strProgram & "*'" & ba(3) & "'"...
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.