J
John Garvey
I am using the DB Results and Interface wizards. What is the best way to
create a form when the table's field values, are integers and the user needs
to see a lookup table to make the selection? In my db the tblDues has these
fields:
DuesID (autonumber, primary key)
PropertyID (lookup from a list of 200 properties in tblProperties)
OwnerID (lookup from a list of 250 owners in tblOwners)
DuesDate
DuesAmt
How can I create the form to will allow the user to make the appropriate
selection?
create a form when the table's field values, are integers and the user needs
to see a lookup table to make the selection? In my db the tblDues has these
fields:
DuesID (autonumber, primary key)
PropertyID (lookup from a list of 200 properties in tblProperties)
OwnerID (lookup from a list of 250 owners in tblOwners)
DuesDate
DuesAmt
How can I create the form to will allow the user to make the appropriate
selection?