Hi, I am trying to get the following bit of code to run - ill shortened it quite a bit but still not working, can someone please help
DoCmd.OpenQuery ("SELECT * FROM tblTasks;")
I keep getting an error message saying Microsoft Office Access can't find the object 'SELECT * FROM tblTasks;.'
Run-time error '7874'
Ive checked the names of the tables etc and everything is fine
DoCmd.OpenQuery ("SELECT * FROM tblTasks;")
I keep getting an error message saying Microsoft Office Access can't find the object 'SELECT * FROM tblTasks;.'
Run-time error '7874'
Ive checked the names of the tables etc and everything is fine