thescottsman
Registered User.
- Local time
- Today, 06:51
- Joined
- Sep 18, 2014
- Messages
- 42
Hi All,
I do not understand why this is not working.
I have a Parent Form that has subforms. On the parent form I have two search fields that represent different forms.
The first filter works correctly. However the second does not work and I am getting the run time error.
The code is:
Like I said im not sure why it is not working. The first search field is a text field, however the second search field (the one that isn't working) is a combobox. This may affect it.
Can anyone help?
I do not understand why this is not working.
I have a Parent Form that has subforms. On the parent form I have two search fields that represent different forms.
The first filter works correctly. However the second does not work and I am getting the run time error.
The code is:
Code:
Me.NavigationSubformContract.Form.Filter = "[QuoteNumber]='" & Me.txtPOSearch & "' "
Me.NavigationSubformContract.Form.FilterOn = True
Like I said im not sure why it is not working. The first search field is a text field, however the second search field (the one that isn't working) is a combobox. This may affect it.
Can anyone help?