You could copy your existing form, rename it, remove all of the unrequired
fields and open it in datasheet view if you still want to do it that way and
then allow a user to double click on a row to open up the relevant record in
the original full standard form view, thats how i work my database and it
works well because datasheet view is the best way to find a record in my
opinion
That sounds like it will do what I want but I'm not sure how to do it.
A little more info:
The query form (qryprodReview) asks for 3 criteria via
txtProductionDate, cboDept, and cboShift (these are a composite pk for
tblProduction which is linked to tblProductionOperation which is where
the details I want to edit are recorded).
The form also has a "Get Record" button which returns the recordset
(currently in datasheet view).
The records in tblproductionOperation are originally entered via
frmProductionOperation (which is the format I would like the user to
edit records in (single form view).
How can I functionally have the user double-click the record in
datasheet view and have it open an instance of frmProductionOperation
containing the data from the clicked record? Is that what you are
saying can be done?
Thanks again,
Tim