NeoMatrix1217
IS-IT--Management
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
TextBox1.Value = Access.Application.DLookup("TText", "Template", "TID='" & ComboBox1.Value & " '")
but if I open the table then the code runs fine...
Please help...
Thanks