G
Guest
I am doing tests on plates & would like to add 5 records to two different
tables from a form.
To start with the user opens a form ‘frm_Batch-No’, this form has two
sub-forms bound to their respective individual tables that take the length &
width dimensions for 5 consecutive plates, one table take the measurements
before they are fired(frm_Form-Dimns) & the other after they are fired
(frm_Sinter-Dims).
Can any one advise on how I populate the two sub forms with values from 1 to
5.
Also the two sub-forms are set to Datasheet view.
Table definitions are as follows with a one to many relation on
tbl_Batch-No Test_id to Test_id in tbl_Form-Dimns & tbl_Sinter-Dims
tbl_Batch-No
Test_id Autonumber(Unique record) Primary Key
Batch_id (Number user enters on form)
Date Tested
tbl_Form-Dimns
ID Autonumber(Unique record)
Test_id (replicated from Above table)
PlateNo (Plate number being tested) this is what I want to add in
automatically
Len (Plate length)
Wid (Plate Width)
tbl_Sinter-Dims
ID Autonumber(Unique record)
Test_id (replicated from Above table)
PlateNo (Plate number being tested) auto fill as above
Len (Plate length)
Wid (Plate Width)
tables from a form.
To start with the user opens a form ‘frm_Batch-No’, this form has two
sub-forms bound to their respective individual tables that take the length &
width dimensions for 5 consecutive plates, one table take the measurements
before they are fired(frm_Form-Dimns) & the other after they are fired
(frm_Sinter-Dims).
Can any one advise on how I populate the two sub forms with values from 1 to
5.
Also the two sub-forms are set to Datasheet view.
Table definitions are as follows with a one to many relation on
tbl_Batch-No Test_id to Test_id in tbl_Form-Dimns & tbl_Sinter-Dims
tbl_Batch-No
Test_id Autonumber(Unique record) Primary Key
Batch_id (Number user enters on form)
Date Tested
tbl_Form-Dimns
ID Autonumber(Unique record)
Test_id (replicated from Above table)
PlateNo (Plate number being tested) this is what I want to add in
automatically
Len (Plate length)
Wid (Plate Width)
tbl_Sinter-Dims
ID Autonumber(Unique record)
Test_id (replicated from Above table)
PlateNo (Plate number being tested) auto fill as above
Len (Plate length)
Wid (Plate Width)