![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have a tblProduction w/ [ProductionID] which is an autonumber associated specifically with the combination of [Date], [Shift], and [Department]. I also have another table, tblProductOperation which has [Employee], [Workstation], [PartNumber], [QuantityRun], etc. I created an autoform on tblProduction (frmProduction). I also created an autoform on tblProductOperation and drag and dropped this subform (frmProductOperation) onto frmProduction. I call the combination of the two forms frmDailyProdSheet - which is unique on the [ProductionID], [Date], [Shift], and [Department]. Every time I enter a new Shift, Department, and Date a new ProductionID is generated. Let's say I have been collecting data for 3 shifts across 2 departments for a couple of weeks and I want to go back and REVISE not just review a specific Department during a specific shift on a specific date. In other words, I would like to enter all of my criteria [Date], [Shift], and [Department] and have the recordset for that [ProductionID] returned and editable. I have looked at Allen Browne's Search Criteria but am wondering if there is another way (non-programming) of accomplishing the same task. I'm just curious. Thanks, Tim You might need some minimal code. |
#3
| |||
| |||
|
#4
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |