cnitadesigner
Programmer
I have 2 forms:
1) is a user input Text box
2) is the display of the record user inputs by Serial Number
So I bring uo the first form so the user can type in the Serial Number s/he wants to lookup/search on. When the user clicks the button, it should open up the second form where the focus is on the serial number user inputted.
Can anyone steer me in the right directions.
I have thought of several different methods/ways.
1) Recordset
2) RecordsetClone
3) Bookmark
4) OnFocus
5) FindRecord
6) Goto Record
7) Goto Control
1) is a user input Text box
2) is the display of the record user inputs by Serial Number
So I bring uo the first form so the user can type in the Serial Number s/he wants to lookup/search on. When the user clicks the button, it should open up the second form where the focus is on the serial number user inputted.
Can anyone steer me in the right directions.
I have thought of several different methods/ways.
1) Recordset
2) RecordsetClone
3) Bookmark
4) OnFocus
5) FindRecord
6) Goto Record
7) Goto Control