murphysdad
Technical User
Yep,
I am trying to have a form (frmFind) with a text box(txtSearch)and command button(cmdFind) look up a record by using the controlNumber[this is the name of the column in the table(tblmainFTag)] that is supposed to be entered into the text box on the form.
I would like them to enter the controlNumber and hit the cmd button...POOF then it brings up that record in form view. I would like the record to come up in the form they use to add new items(frmMainFTag).
So I have the find form(frmFind)
table where to look it up(tblMainFTag)
form to where results should go(frmMainFTag)
I will take any help!! Rather new at code.
Thank you!
I am trying to have a form (frmFind) with a text box(txtSearch)and command button(cmdFind) look up a record by using the controlNumber[this is the name of the column in the table(tblmainFTag)] that is supposed to be entered into the text box on the form.
I would like them to enter the controlNumber and hit the cmd button...POOF then it brings up that record in form view. I would like the record to come up in the form they use to add new items(frmMainFTag).
So I have the find form(frmFind)
table where to look it up(tblMainFTag)
form to where results should go(frmMainFTag)
I will take any help!! Rather new at code.
Thank you!