How would i do this.
I have a form with a select query as the record source.
Each record in the query is differentiated from the other records by the
I have a form with a select query as the record source.
Each record in the query is differentiated from the other records by the
NUMBER said:AND [ITEM NUMBER]
TheNUMBER said:AND [ITEM NUMBER] are entered by the user at the main switchboard. The user clicks to open a certain form which has a query as the record source.
The criteria for the query is theNUMBER said:. So the form opens with a givenNUMBER said:at [ITEM NUMBER] = 1.
There are many [ITEM NUMBER]s corresponding to eachNUMBER said:.
Now my question is: How would I open the from at a specific [ITEM NUMBER]?
If I specify the query to look for both theNUMBER said:AND [ITEM NUMBER], I get one specific record. This is NOT what i want.
-----------------
For example,NUMBER said:= 0001 has 4 items.
The user enters at the main switch board,NUMBER said:= 0001 and [ITEM NUMBER] = 3.
I want to open the form atNUMBER said:= 0001 and [ITEM NUMBER] = 3. Meanwhile, the user can still press the previous record button to go back to [ITEM NUMBER] = 2 or press the next record button to go forward to [ITEM NUMBER] = 4
Thanks