G
Guest
I am trying to validate a record exists in one of my tables from a button on
my form. I was wondering if someone could explain how to do this.
Here is the full problem:
On my form it has customer information. At the bottom of the form I have a
button "Questionnaire." When this button is pushed it opens a bound form
connected to my tblQuestionnaire. However, sometimes the account doesn't have
a record in that table. In that case I want to open a similar form (unbound)
that will allow me to create the record and insert it into the
tblQuestionnaire.
I don't know the code to open a table check if my acct # matches an acct# in
the table.
Could someone please help?
my form. I was wondering if someone could explain how to do this.
Here is the full problem:
On my form it has customer information. At the bottom of the form I have a
button "Questionnaire." When this button is pushed it opens a bound form
connected to my tblQuestionnaire. However, sometimes the account doesn't have
a record in that table. In that case I want to open a similar form (unbound)
that will allow me to create the record and insert it into the
tblQuestionnaire.
I don't know the code to open a table check if my acct # matches an acct# in
the table.
Could someone please help?