i know this forum is littered with this request but for some reason i cant get any of the the answers to work for me.
The one bit of code that keeps popping up is this one
Me.YourSubForm.Form.Filter = "[FieldName] =" & Me.YourComboBox
Me.YourSubForm.Form.FilterOn = True
but i keep getting the error
"Run-time error '2465':
access cant find the field 'subfrmNewIssues' referred to in your expression.
You may have misspelled the field name, or the field may have been renamed or deleted"
But its not a field its a form.
This is my version of the code above which i placed in the after update event of the main forms combo box
Me.[subfrmNewIssues].Form.Filter "[SystemApplication] =" & Me.Combo55
Me.[subfrmNewIssues].Form.FilterOn = True
i hope someone can help me.
"My God! It's full of stars...
The one bit of code that keeps popping up is this one
Me.YourSubForm.Form.Filter = "[FieldName] =" & Me.YourComboBox
Me.YourSubForm.Form.FilterOn = True
but i keep getting the error
"Run-time error '2465':
access cant find the field 'subfrmNewIssues' referred to in your expression.
You may have misspelled the field name, or the field may have been renamed or deleted"
But its not a field its a form.
This is my version of the code above which i placed in the after update event of the main forms combo box
Me.[subfrmNewIssues].Form.Filter "[SystemApplication] =" & Me.Combo55
Me.[subfrmNewIssues].Form.FilterOn = True
i hope someone can help me.
"My God! It's full of stars...