M
mark kubicki
while I have a form (form_1) open, with table_1 as it's record source, the
user may need to refer to a different record in the table, so I have created
a command button which opens a second form (form_2 - with limited
information) that uses the same table as its record source. I would want
the user to able to make edits at either of the forms... effecting records
in the same table...
form 1 can be open with or without form 2, but form_2 can only be opened
when form_1 is open...
- should i be creating a recordset clone for from_2 to work with?
- what should the sequence of saving the records be?
- are there any not-so obvioous traps that i ought to be watchig for?
1st time round...,
mark
user may need to refer to a different record in the table, so I have created
a command button which opens a second form (form_2 - with limited
information) that uses the same table as its record source. I would want
the user to able to make edits at either of the forms... effecting records
in the same table...
form 1 can be open with or without form 2, but form_2 can only be opened
when form_1 is open...
- should i be creating a recordset clone for from_2 to work with?
- what should the sequence of saving the records be?
- are there any not-so obvioous traps that i ought to be watchig for?
1st time round...,
mark