I created table named "A" that contains:
FIELD NAME DATA TYPE
Date Date/Time
Length Number
Width Number
Height Number
I would like to create another table "B" that will have FIELD NAME linked to "A" and number will be different.
I've created Form that will have "Date" Text Box to show date same for both table since it's linked. Then I'll have Labels "Length" "Width" "Height" and two colums to show numbers from table "A" & "B". My question is how to create table "B" to have FIELD NAME same as in table "A" (Linked) Thanks for going over my question.
FIELD NAME DATA TYPE
Date Date/Time
Length Number
Width Number
Height Number
I would like to create another table "B" that will have FIELD NAME linked to "A" and number will be different.
I've created Form that will have "Date" Text Box to show date same for both table since it's linked. Then I'll have Labels "Length" "Width" "Height" and two colums to show numbers from table "A" & "B". My question is how to create table "B" to have FIELD NAME same as in table "A" (Linked) Thanks for going over my question.