M
Marcus Lloyd
Hi,
I would like to create two tables, a master and detail, containing order
information.
I've created a header table with two primary keys, one text type and another
of auto-number. This works fine and I can create and view the header records.
I would also like to create a detail table with reference to the two primary
keys.
Example:
Header Record:
U4AF01 1
U4AF01 2
Detail Record:
Part A 10 U4AF01 1
Part B 10 U4AF01 1
Part A 10 U4AF01 2
Can anyone please help with this?
regards
Marcus Lloyd
I would like to create two tables, a master and detail, containing order
information.
I've created a header table with two primary keys, one text type and another
of auto-number. This works fine and I can create and view the header records.
I would also like to create a detail table with reference to the two primary
keys.
Example:
Header Record:
U4AF01 1
U4AF01 2
Detail Record:
Part A 10 U4AF01 1
Part B 10 U4AF01 1
Part A 10 U4AF01 2
Can anyone please help with this?
regards
Marcus Lloyd