If I have a table with 4 fields; FieldA, FieldB, FieldC, FieldD.
I have one form with FieldA and FieldB, then a button that opens another form with FieldC and FieldD.
When I push the button for the second form, the data for FieldC and FieldD from the table are not being passed to the form.
I...