Z
zSplash
I have a Names table that contains all the names of the database (with a
nameType for each name). The Names table is related to the Main table with
the Main table's pk related to the fk of the Names table. I want to myForm
to list each nameType (there are 12+), along with the firstname, lastname,
DOB, etc., in the following style (separate row per nameType):
NameType - first - last - DOB
I will use a label for the nameType (i.e., "originator") -- I don't want to
use a combobox for nameType because I want to have separate rows for each
nameType on my form. I will use bound-textboxes for my first, last, DOB
fields (bound to a Names query based on the Names table) .
I don't understand how to make my first, last, and DOB fields/textboxes
filter out for specific nameTypes (i.e., only nameType = "originator"). Or,
to say it another way, I want the first/last/DOB fields/bound-textboxes
empty unless a nameType = "originator" for the pk of the Main table exists.
TIA
nameType for each name). The Names table is related to the Main table with
the Main table's pk related to the fk of the Names table. I want to myForm
to list each nameType (there are 12+), along with the firstname, lastname,
DOB, etc., in the following style (separate row per nameType):
NameType - first - last - DOB
I will use a label for the nameType (i.e., "originator") -- I don't want to
use a combobox for nameType because I want to have separate rows for each
nameType on my form. I will use bound-textboxes for my first, last, DOB
fields (bound to a Names query based on the Names table) .
I don't understand how to make my first, last, and DOB fields/textboxes
filter out for specific nameTypes (i.e., only nameType = "originator"). Or,
to say it another way, I want the first/last/DOB fields/bound-textboxes
empty unless a nameType = "originator" for the pk of the Main table exists.
TIA