I am trying to create a new recordset from the current database.
When I try to compile after using...
Dim dbsNew As Database
Dim rstItem As Recordset
Set dbsNew = CurrentDb
Set rstItem = dbsNew.OpenRecordset( _
"SELECT * FROM Items")
The compiler throws up...
I have an Access database form, where projects are tracked by entering dates as each step is completed.
I need to e-mail simple text reports for each step.
When a user double-clicks, these boxes the date is automatically inserted and we use the DoCmd.SendObject to send an e-mail, although no...
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.