Greetings, I am trying to do a Dlookup in a query with Like.
I import a table that has acct #s like ###-#####-##
(field name [F6]) I want to flag accounts that are on my list. So I created a table called range with a field called ID and added in the first ### (the other digits are NA to me) to the field. It doesn't seem to work. Any suggestions?
Thanks
E
My dlookup looks like this
I import a table that has acct #s like ###-#####-##
(field name [F6]) I want to flag accounts that are on my list. So I created a table called range with a field called ID and added in the first ### (the other digits are NA to me) to the field. It doesn't seem to work. Any suggestions?
Thanks
E
My dlookup looks like this
Code:
Keep: DLookUp("[ID]","Range","[ID] like '[F6]*'")