I have a Form (frmMaster) that has a Subform (frmSlave) and a Query (qrySearch).
The frmSlave is in Datasheet veiw and is based off of qrySearch. The frmMaster has a text box (txtSearch) and an option group with 4 choices. The four choices are Member,Sequence,CardNo,and Amount which are also the names of the feilds in the main table.
My Goal is to have the user select an option in the option box and then type in some data and search for the specified record or records. The records would then be displayed in frmSlave.
I do not know how to make the option group set a criteria to txtSearch or how to make txtSearch have perform the search
Thanks to who ever can help with this. Please let me know if I painted the picture well enough to work with.
Krash878
The frmSlave is in Datasheet veiw and is based off of qrySearch. The frmMaster has a text box (txtSearch) and an option group with 4 choices. The four choices are Member,Sequence,CardNo,and Amount which are also the names of the feilds in the main table.
My Goal is to have the user select an option in the option box and then type in some data and search for the specified record or records. The records would then be displayed in frmSlave.
I do not know how to make the option group set a criteria to txtSearch or how to make txtSearch have perform the search
Thanks to who ever can help with this. Please let me know if I painted the picture well enough to work with.
Krash878