vatechman3
Registered User.
- Local time
- Yesterday, 22:48
- Joined
- Nov 1, 2012
- Messages
- 10
Hey all,
I came across an issue today when I was creating a text box on a form. I want users to enter in their own private id (like a social security number) in a text box. I wanted the text box to only allow entries that I have already listed in a table. This information would then be used to open a form that only displays records that had the private id. Hopefully you can see why I do not want to use a combo box (private info). I figured I could use the Validation Rule but was not sure how to do this. I assume "Like [TableName]![TableFieldName]"
is not going to work. Thanks in Advance
I came across an issue today when I was creating a text box on a form. I want users to enter in their own private id (like a social security number) in a text box. I wanted the text box to only allow entries that I have already listed in a table. This information would then be used to open a form that only displays records that had the private id. Hopefully you can see why I do not want to use a combo box (private info). I figured I could use the Validation Rule but was not sure how to do this. I assume "Like [TableName]![TableFieldName]"
is not going to work. Thanks in Advance