L
larpup
I have a table (TABLE1) with a compound key (two fields). A CustomerID
field and an Order Number field. (Parent Table). Our Customers can and
do have duplicate order numbers.
I have another table (TABLE2) that need be linked to the first table.
(Child Table)
The way I would do this in my old database is;
Have a form based on TABLE 1 with fields from TABLE 2 also on the form.
After both key fields (from TABLE 1) are entered into the form, I would
have a hidden field concatenating both fields. This field would be
linked to an indexed field in TABLE 2.
What is the best way to accomplish this in Access without having a
concatenated field in TABLE 1 (which I need to link to TABLE 2). Is
AutoNumber a reliable way to accomplish this in a multiuser
enviornment? I was hoping to have a meaning full relationship other
than autonumber.
Any recommendations will be greatly appreciated.
Lar
field and an Order Number field. (Parent Table). Our Customers can and
do have duplicate order numbers.
I have another table (TABLE2) that need be linked to the first table.
(Child Table)
The way I would do this in my old database is;
Have a form based on TABLE 1 with fields from TABLE 2 also on the form.
After both key fields (from TABLE 1) are entered into the form, I would
have a hidden field concatenating both fields. This field would be
linked to an indexed field in TABLE 2.
What is the best way to accomplish this in Access without having a
concatenated field in TABLE 1 (which I need to link to TABLE 2). Is
AutoNumber a reliable way to accomplish this in a multiuser
enviornment? I was hoping to have a meaning full relationship other
than autonumber.
Any recommendations will be greatly appreciated.
Lar