Run Time Error 3126

F

Fie

Hi,

Av set up a form that allows users to search the database and when the
appropraite results are clicked on the rest of the info is displayed on
another form. but when i click on the results it comes up with run time
error 3126 invalid bracketing of the name '[tblRefLib.Name_Of_Leaflet]'

ne ides how to sort this...??

fie
 
L

Larry Linson

Yes, remove your error handling, or set in Options to Stop on all Errors.
Click "Debug" and then look at the instruction which raised that error -- if
the answer isn't obvious to you, then post again here... I'd _guess_ that
tblRefLib and Name_Of_Leaflet need to be separately bracketed, as in

[tblRefLib].[Name_Of_Leaflet]

Larry Linson
Microsoft Access MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Run-time error for Invalid brackeing.... 9
combining field 4
Access Invalid bracketing of parameter name 1
combining fields 1
97 to 2003 difference in naming? 3
SQL this time 5
security settings 2
Searching in a from 2

Top