Me!FCity = DLookup("City", "lkpZipCodes", "ZipCode = " & "'" & Me!FZipCode & "'"
That is currently what I have to lookup the field. I only require the first 5 numbers to be check though.
I know there is a way that would accomplish this. Stripping everything at the first 5 characters. It is a text field.
I have tried a few diffrent possibilities with no luck. if pissbile could you show in the above line how to accomplish this?
Me!FZipCode
is the result I need stripped down to the first 5 characters for comparison.
That is currently what I have to lookup the field. I only require the first 5 numbers to be check though.
I know there is a way that would accomplish this. Stripping everything at the first 5 characters. It is a text field.
I have tried a few diffrent possibilities with no luck. if pissbile could you show in the above line how to accomplish this?
Me!FZipCode
is the result I need stripped down to the first 5 characters for comparison.