thescottsman
Registered User.
- Local time
- Today, 14:38
- Joined
- Sep 18, 2014
- Messages
- 42
Hi all
I am running this code:
DoCmd.SetWarnings False
Me.makealterationsubform.Form.Filter = "[QuoteNumber]='" & Me.txtsalessearch.Value & "' "
Me.makealterationsubform.Form.FilterOn = True
It works and filters my subforms as I require but for some reason it os coming up with run time error 2467
Can anyone please suggest why this is?
Thanks for your help in advance
I am running this code:
DoCmd.SetWarnings False
Me.makealterationsubform.Form.Filter = "[QuoteNumber]='" & Me.txtsalessearch.Value & "' "
Me.makealterationsubform.Form.FilterOn = True
It works and filters my subforms as I require but for some reason it os coming up with run time error 2467
Can anyone please suggest why this is?
Thanks for your help in advance