J
Jason Gyetko
I need to create a form where I can input values to Field1, Field2, Field3,
Field4, & Field5. The problem I have is that I need to enter multiple
records for Field4 & Field5 while still using the same data from Field1,
Field2, & Field3. A record needs to be written to the source table for each
record entered in Field4 & Field5 and still update each of those records
with the value from Field1, Field2, & Field3. I tried to accomplish this by
creating a form (source Table1) with Field1, Field2, and Field3 on it, then
creating a subform (source Table1) with Field4 & Field5 on it. But this way
writes four individual records, the first being Field1, Field2, Field3 (like
entered on the form) and leaving Field4 & Field5 blank. The next three
records are Field4 & Field5 (like entered on the form) and leaving Field1,
Field2, and Field3 blank. What is the best way to accomplish this so that
the data entered on Form1 populates Table1 as shown below? Do I even need
to use a subform?
Form1
----------------------------
Field1: Field2: Field3:
XXXX XXXX XXXX
Field4: Field5:
XXXX XXXX
YYYY YYYY
ZZZZ ZZZZ
Table1 (should look like this after the above is entered):
Field4, & Field5. The problem I have is that I need to enter multiple
records for Field4 & Field5 while still using the same data from Field1,
Field2, & Field3. A record needs to be written to the source table for each
record entered in Field4 & Field5 and still update each of those records
with the value from Field1, Field2, & Field3. I tried to accomplish this by
creating a form (source Table1) with Field1, Field2, and Field3 on it, then
creating a subform (source Table1) with Field4 & Field5 on it. But this way
writes four individual records, the first being Field1, Field2, Field3 (like
entered on the form) and leaving Field4 & Field5 blank. The next three
records are Field4 & Field5 (like entered on the form) and leaving Field1,
Field2, and Field3 blank. What is the best way to accomplish this so that
the data entered on Form1 populates Table1 as shown below? Do I even need
to use a subform?
Form1
----------------------------
Field1: Field2: Field3:
XXXX XXXX XXXX
Field4: Field5:
XXXX XXXX
YYYY YYYY
ZZZZ ZZZZ
Table1 (should look like this after the above is entered):