J
jamie.rowland
Hi,
Need help setting up a search field in a user form.
The form allows the user to select data from a previous table. It fills
in fields on the form and allows the user to add more information to
the record. The record, along with the additional information is stored
in a query when the user is finished...
The tricky bit is this... The user may need to go back to a particular
record at any time to perform an update of the information contained
within...
The user can only do this using the above form (frmTrans4).
The 'autopopulated' fields are the fields that the user would ideally
like to search on to find a particular record.
those fields are as follows:
ProdName
ProdID
Trans1ID
FormulationCode
Can I set up a combo box (cboSearch) that allows the user to select the
field they would like to search on and then add text to a txt box
(txtsearch), click a button (cmdSearch) and the form searches by the
field selected in the cboSearch combo box?
I.e.
If the user wants to search for a product name, they would select
ProdName in the CBOSearch box, then enter the desired Product name (say
'oil') and then hit search to find a matching record...?
Exact matches only are required (LIKE searches are not necessary!)
Cheers in advance
jamie
Need help setting up a search field in a user form.
The form allows the user to select data from a previous table. It fills
in fields on the form and allows the user to add more information to
the record. The record, along with the additional information is stored
in a query when the user is finished...
The tricky bit is this... The user may need to go back to a particular
record at any time to perform an update of the information contained
within...
The user can only do this using the above form (frmTrans4).
The 'autopopulated' fields are the fields that the user would ideally
like to search on to find a particular record.
those fields are as follows:
ProdName
ProdID
Trans1ID
FormulationCode
Can I set up a combo box (cboSearch) that allows the user to select the
field they would like to search on and then add text to a txt box
(txtsearch), click a button (cmdSearch) and the form searches by the
field selected in the cboSearch combo box?
I.e.
If the user wants to search for a product name, they would select
ProdName in the CBOSearch box, then enter the desired Product name (say
'oil') and then hit search to find a matching record...?
Exact matches only are required (LIKE searches are not necessary!)
Cheers in advance
jamie