Working with subforms can be a little tricky. That's because the main form looks at them as a control. This means you have to jump through a few more hoops.
Try this code to set the record source of the subform to the query you have already built.
Run this from a button on your main form...
Try this. Define your field as text and define your input mask as:
!\(###")-"###\-####
This should keep the user from entering anything but numbers. Hope this helps.
Sorry about the lag, I'm just getting back on. I've found that problems like these usually have simple answers. Have you handled errors to keep them from being displayed? If it displays the primary key and not your data the format may be conflicting.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.