Kinger43
racecar driver
- Local time
- Today, 17:51
- Joined
- Aug 17, 2007
- Messages
- 226
I have a form control with the input mask on it for a phone number. I am using an append query to append the information entered in the form to a table. I need to pull two fields from a linked table from another database. What I need to do is be able to compare the entered phone number in the form with the phone number from the table. The problem I am running into is that it won't match the phone numbers. The same mask is used in the table I am pulling from. Why can I not just put =
.[Phone_No] in the Criteria of the field where the number from the form is placed so that I can get the right record from the linked table?