F
fysh1
Good afternoon everyone. I am hoping someone can provide
some input on this or at least point me in the right
direction. I have a form customer Sign-In which allows a
customer to pick several options from a Listbox. The
listbox is from a different table then Customer, but have
a relationship from the Reason table. How do I make it so
in the customer table the person can have several reasons
in one field? Is there a way to join several fields into
one, like ReasonID (1,4,7)? Do I create another table and
relate it to the Customer table?
Like
tblCustomer tblVisit
CustomerID CustomerID
ReasonID ReasonID
Date Date
etc.
I want to be able to pull the information to be used in a
query, form, or report.
Any help with this would be appreciated.
some input on this or at least point me in the right
direction. I have a form customer Sign-In which allows a
customer to pick several options from a Listbox. The
listbox is from a different table then Customer, but have
a relationship from the Reason table. How do I make it so
in the customer table the person can have several reasons
in one field? Is there a way to join several fields into
one, like ReasonID (1,4,7)? Do I create another table and
relate it to the Customer table?
Like
tblCustomer tblVisit
CustomerID CustomerID
ReasonID ReasonID
Date Date
etc.
I want to be able to pull the information to be used in a
query, form, or report.
Any help with this would be appreciated.