vb6 code to check if record doesnt exist,then insert new record.server is ms access 2010.So when i used the Dlookup function
If IsNull(DLookup("[empid]", "[employee]", "[empid]= & txtemplid.text")) Then
I got error like "function or subfunction not defined .is it due to issues with referencs .how can i fix this error .?