B
BabyATX13 via AccessMonster.com
I am having a problem switching from one form to another from a prompt. Here
is my problem: I have an Invoice Form with a Customer Field (combo box) that
looks up CompanyName from a Customer Table, if the CompanyName is not in the
Customer Table then user is prompted [“NewData” is not an available Company
Name! Do you want to add it? Click yes to add it or No to re-type it.] If no
is clicked user returns to Invoice Form to renter the name, if yes is clicked
CompanyName field is cleared, the Invoice Form is closed, and the Customer
Form is opened. The problem is when the Customer Form is opened I get the
following error: [The text you entered isn’t an item in the list. Select an
item from the list, or enter text that matches one of the list items.] How
can I keep this error from showing up when the Customer Form is opened?
Thank you in advance
KB
is my problem: I have an Invoice Form with a Customer Field (combo box) that
looks up CompanyName from a Customer Table, if the CompanyName is not in the
Customer Table then user is prompted [“NewData” is not an available Company
Name! Do you want to add it? Click yes to add it or No to re-type it.] If no
is clicked user returns to Invoice Form to renter the name, if yes is clicked
CompanyName field is cleared, the Invoice Form is closed, and the Customer
Form is opened. The problem is when the Customer Form is opened I get the
following error: [The text you entered isn’t an item in the list. Select an
item from the list, or enter text that matches one of the list items.] How
can I keep this error from showing up when the Customer Form is opened?
Thank you in advance
KB