W
Wayne
Simplified design is:
tblCustomer (1 to M) tblBilling (1 to M) tblBillingDetails
tblBilling (1 to M) tblAddresses (contains Mailing and Billing
addresses)
The tblAddresses table contains an AddressType (Mailing or Billing)
field along with other address fields.
The reason the tblAddresses is linked to the tblBilling address is
because the user needs to see the Mailing and Billing addresses used
at the time of billing. In other words they must see the old addresses
as they view various billing records.
Forms: frmCustomer with frmBilling (subform with 2 tabs) then
frmBillingDeatails subform 2
Many Mailing and Billing Addresses are the same so one address table
makes sense but I would like to display both addresses (Mailing and
Billing) at the same time to the user on one of the Billing forms tabs
but I can't get it to work.
I tried putting two different forms (Mailing and Billing) and on one
of the frmBilling tabs. Each form using the same query to access the
tblAddresses table but that doesn't work.
Is there a way to display both addresses at the same time from the
same table?
tblCustomer (1 to M) tblBilling (1 to M) tblBillingDetails
tblBilling (1 to M) tblAddresses (contains Mailing and Billing
addresses)
The tblAddresses table contains an AddressType (Mailing or Billing)
field along with other address fields.
The reason the tblAddresses is linked to the tblBilling address is
because the user needs to see the Mailing and Billing addresses used
at the time of billing. In other words they must see the old addresses
as they view various billing records.
Forms: frmCustomer with frmBilling (subform with 2 tabs) then
frmBillingDeatails subform 2
Many Mailing and Billing Addresses are the same so one address table
makes sense but I would like to display both addresses (Mailing and
Billing) at the same time to the user on one of the Billing forms tabs
but I can't get it to work.
I tried putting two different forms (Mailing and Billing) and on one
of the frmBilling tabs. Each form using the same query to access the
tblAddresses table but that doesn't work.
Is there a way to display both addresses at the same time from the
same table?