A
alhotch
I have a form with the first four fields named "FirstName", "LastName",
Phone", and EmailAddress". The field "EmaiAddress" is a combo box. The row
source for this CBO is a table named Email.
The table Email has five fields: "EmailID (PK), "FirstName", "LastName",
"FullName" (first and last name concatenated), and "EmaiAddress".
When I first open the form to enter NEW information, I key in the FirstName,
LastName, and Phone fields. I then tab to the fourth field called
EmailAddress (the CBO). I'd like the values displayed by the CBO to show ONLY
those records that match the First and Last names on the new form just
opened. I've tried using the Forms! statement to look at the values just
entered in the FirstName and LastName fields but it looks like Access can't
find the just opened form.
Is it possible that using the Forms! statement is not appropriate for these
type of filtering ? What am I doing wrong ? Can I filter the values returned
from the CBO based upon values entered in a new form ?
Phone", and EmailAddress". The field "EmaiAddress" is a combo box. The row
source for this CBO is a table named Email.
The table Email has five fields: "EmailID (PK), "FirstName", "LastName",
"FullName" (first and last name concatenated), and "EmaiAddress".
When I first open the form to enter NEW information, I key in the FirstName,
LastName, and Phone fields. I then tab to the fourth field called
EmailAddress (the CBO). I'd like the values displayed by the CBO to show ONLY
those records that match the First and Last names on the new form just
opened. I've tried using the Forms! statement to look at the values just
entered in the FirstName and LastName fields but it looks like Access can't
find the just opened form.
Is it possible that using the Forms! statement is not appropriate for these
type of filtering ? What am I doing wrong ? Can I filter the values returned
from the CBO based upon values entered in a new form ?