G
Guest
I have tblCustomers [CustomerID] with a one to many join to
tblSales[CustomerID]. I want to occassionally populate another field in
tblSales that relates to a limited group of those same customers (queried via
the field tblCustomerCategories.CategoryName), while leaving a null value
(important) if I choose not to populate it. Access doesn't allow me to add
another [CustomerID] field to tblSales, so I'm stymied how to accomplish what
I need to do. Help!
tblSales[CustomerID]. I want to occassionally populate another field in
tblSales that relates to a limited group of those same customers (queried via
the field tblCustomerCategories.CategoryName), while leaving a null value
(important) if I choose not to populate it. Access doesn't allow me to add
another [CustomerID] field to tblSales, so I'm stymied how to accomplish what
I need to do. Help!