Hi guys,
I need some help…
Situation:
- My application consists out one back end (tables) and one front end DB (queries, forms, etc). I’ve copied the front end to the hard disk of all users and placed the back end on a network drive.
- When the users open the front end DB they can choose...
Dear all,
I'm using the function "outputTo" to export data from Access to Excel.
My code:
DoCmd.OutputTo acOutputQuery, "Query", acFormatXLS, CurrentProject.Path & "\Query " & strDate & ".xls"
DoCmd.Close acQuery, "Query", acSaveNo
I want to use the Access application on 2 computers. The code...
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.