BigMikeT76
Technical User
I am trying to get (2) pages of the tab control to filter subforms based on a combo box entry. I can't get the Filter property to work or an embedded macro run a query.
The combo box is from tblWorkFlowTitles and stores the value as dwfTitleNo
dwfTitleNo tblWorkFlowTitles 1=Draft Evaluations
dwfTitleNo tblWorkFlowTitles 2=Signatures
On the tab control:
pgEvaluations has a continuous subformDraftEvals and I would like it to only show the records where dwfTitleNo=1 (when Draft Evaluations has been selected from the combo box Name cboEval)
Similarly, on the tab control:
pgSignatures has a continuous subformSignatures that I would like it to only show records where dwfTitle=2 (when Signatures has been selected from the combo box Name cboSig)
Further, is there any way to only give the user the option of selecting the corresponding Draft Evaluations when doing data entry on the continuous subformDraftEvals and Signatures when doing data entry on the continuous subformSignatures from the combo box?
In summary, I only want subform located on pgEvaluations to show the records for the Work Flow Title: Draft Evaluations, and for the user to only be able to enter a Draft Evaluations Work Flow Title when adding a record into that subform. Likewise for Signatures and the subformSignatures located on pgSignatures to show the records for the Work Flow Title: Signatures.
I'm attaching the MS Access 2007 database on 4shared.com below. You can look at my issue by going into design view of frmMasterTabForm and selecting the tabs Evaluations and Signatures.
The combo box is from tblWorkFlowTitles and stores the value as dwfTitleNo
dwfTitleNo tblWorkFlowTitles 1=Draft Evaluations
dwfTitleNo tblWorkFlowTitles 2=Signatures
On the tab control:
pgEvaluations has a continuous subformDraftEvals and I would like it to only show the records where dwfTitleNo=1 (when Draft Evaluations has been selected from the combo box Name cboEval)
Similarly, on the tab control:
pgSignatures has a continuous subformSignatures that I would like it to only show records where dwfTitle=2 (when Signatures has been selected from the combo box Name cboSig)
Further, is there any way to only give the user the option of selecting the corresponding Draft Evaluations when doing data entry on the continuous subformDraftEvals and Signatures when doing data entry on the continuous subformSignatures from the combo box?
In summary, I only want subform located on pgEvaluations to show the records for the Work Flow Title: Draft Evaluations, and for the user to only be able to enter a Draft Evaluations Work Flow Title when adding a record into that subform. Likewise for Signatures and the subformSignatures located on pgSignatures to show the records for the Work Flow Title: Signatures.
I'm attaching the MS Access 2007 database on 4shared.com below. You can look at my issue by going into design view of frmMasterTabForm and selecting the tabs Evaluations and Signatures.