smercer
Registered User.
- Local time
- Tomorrow, 09:59
- Joined
- Jun 14, 2004
- Messages
- 442
Hi all
I just had a situation where I had a dlookup could not search in a field where it contains an apostraphe {'} (the button next to the enter key).
I got around that by having the ascii code changed with the following code:
If intKey = 39 Then intKey = 96
I used Mile's example in the code section of the forum, and adjusted it to suit myself.
Anyway, I do have a question; are there any other symbols that cannot be used in the field contents so Dlookup can be used?
Thanks in advance
I just had a situation where I had a dlookup could not search in a field where it contains an apostraphe {'} (the button next to the enter key).
I got around that by having the ascii code changed with the following code:
If intKey = 39 Then intKey = 96
I used Mile's example in the code section of the forum, and adjusted it to suit myself.
Anyway, I do have a question; are there any other symbols that cannot be used in the field contents so Dlookup can be used?
Thanks in advance