I have two tables- tblStore has all store information. tblAddress contains store addresses (pretty clever, I know).
I want to create one master table so I can remove the Address Subform.
The select query I use now links the table by StoreNumber but does not return all the stores in the tblStore table. Could this be because some of those stores are not on tblAddress?
Thanks,
Cord
I want to create one master table so I can remove the Address Subform.
The select query I use now links the table by StoreNumber but does not return all the stores in the tblStore table. Could this be because some of those stores are not on tblAddress?
Thanks,
Cord