J
Jason Buck
W/Access 2003
My code looks like:
grgrName = DLookup("GRGR_NM", "Set Up", "GRGR_ID = " +
Me.GRGR_ID)
I keep on geting a error, data type mismatch in criteria.
The filed in the Set Up Table GRGR_ID is Text data type.
The spelling is righ and the columns I am wanting are in
the Set Up table. I am not sure what else to check. I
don't know what I am doing worng..
Any Ideas?? Thanks in advance.
My code looks like:
grgrName = DLookup("GRGR_NM", "Set Up", "GRGR_ID = " +
Me.GRGR_ID)
I keep on geting a error, data type mismatch in criteria.
The filed in the Set Up Table GRGR_ID is Text data type.
The spelling is righ and the columns I am wanting are in
the Set Up table. I am not sure what else to check. I
don't know what I am doing worng..
Any Ideas?? Thanks in advance.