ShanesLittleT
New member
- Local time
- Today, 15:14
- Joined
- Sep 18, 2003
- Messages
- 6
Using Access 2000
I have a main form "frmOrders" and a subform (contineous form) on it. The subform has a field on it named "txtCustomers". On the main form I have a unbound text box "txtFind" that I'm allowing the user to type all or part of the customer name then click a cmdButton to find all matching records in the subform. I'm trying to use the subforms recordsource property to do this but having problems. Could someone lend a hand with code?
I would also like to add another criteria using a date field (checking to see if it's Null) from the subform. So two criteria's would be used. Using LIKE from txtFind from the main form and Is Null from date field on the subform.
Thanks in advance for any help you may be able to offer.
Shane
I have a main form "frmOrders" and a subform (contineous form) on it. The subform has a field on it named "txtCustomers". On the main form I have a unbound text box "txtFind" that I'm allowing the user to type all or part of the customer name then click a cmdButton to find all matching records in the subform. I'm trying to use the subforms recordsource property to do this but having problems. Could someone lend a hand with code?
I would also like to add another criteria using a date field (checking to see if it's Null) from the subform. So two criteria's would be used. Using LIKE from txtFind from the main form and Is Null from date field on the subform.
Thanks in advance for any help you may be able to offer.
Shane