colmtourque
Registered User.
- Local time
- Today, 22:29
- Joined
- Sep 26, 2002
- Messages
- 83
I can see this problem has been talked to death but I saw nothing that works for me.
I have a mainform with a textbox, based on data entered in that textbox I would like to filter the subform.
I would also like to be able to do a between statement. But we can wait on that.
I used this found here on the forum
Forms![SubformName].Form.Filter "[FieldName] =" & Me.Txtboxname
Forms![SubformName].Form.FilterOn = True
Forms![SubformName].Form.Requery
Please some coding genious have pity on this person and tell him where he messed up this code
confused
Tourque
I have a mainform with a textbox, based on data entered in that textbox I would like to filter the subform.
I would also like to be able to do a between statement. But we can wait on that.
I used this found here on the forum
Forms![SubformName].Form.Filter "[FieldName] =" & Me.Txtboxname
Forms![SubformName].Form.FilterOn = True
Forms![SubformName].Form.Requery
Please some coding genious have pity on this person and tell him where he messed up this code
confused
Tourque