Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Run-Time error '2950' Reserved Error

Status
Not open for further replies.

NeoMatrix1217

IS-IT--Management
Apr 5, 2005
7
US
The other day I got some great help on this board with a Dlookup problem well I got that to work but now I notice that if the database is closed I get the following message [Run-time error '2950' Reserved Error] when the code hits here.

TextBox1.Value = Access.Application.DLookup("TText", "Template", "TID='" & ComboBox1.Value & " '")

but if I open the table then the code runs fine...
Please help...
Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top