Hi
Could anyone help me with this please? I have combo box that is causing Access to complain.
myFulfilledBy = "Select * from CPReqs where ([FulfilledBy] = " & Me.cbo_FulfilledBy & ")"
Me.sfrm_CPReqs.Form.RecordSource = myFulfilledBy
Me.sfrm_CPReqs.Form.Requery
the combo is called cbo_FulfilledBy but access complains asking me to enter the parameter value. Even when I do it doesn't filter the sub form on the page.
Any hints?