rick roberts
Registered User.
- Local time
- Today, 22:41
- Joined
- Jan 22, 2003
- Messages
- 160
i realise this is an old question but ive read through so many answers but fail to make it work
i have a form with a selection of textboxes, one in particular named 'Featuring' which contains peoples names
i also have an unbound combo box called 'cmbFeaturing' containing a list of names
my intention is to choose a name from the combo box and filter the form to show only the records relavant to that name
from the threads ive gathered that the cod i need should be either
Me.Form.Filter = "Featuring = " & cmbFeaturing or
DoCmd.OpenForm , , , "Featuring =" & cmdFeaturing
neither of these work since i get a Syntax Error (missing operator) in query or expression 'Featuring = HERE IT ACTUALLY CALLS THE NAME FROM THE COMBO' error or it brings up one blank record
i have a form with a selection of textboxes, one in particular named 'Featuring' which contains peoples names
i also have an unbound combo box called 'cmbFeaturing' containing a list of names
my intention is to choose a name from the combo box and filter the form to show only the records relavant to that name
from the threads ive gathered that the cod i need should be either
Me.Form.Filter = "Featuring = " & cmbFeaturing or
DoCmd.OpenForm , , , "Featuring =" & cmdFeaturing
neither of these work since i get a Syntax Error (missing operator) in query or expression 'Featuring = HERE IT ACTUALLY CALLS THE NAME FROM THE COMBO' error or it brings up one blank record