Using Access 2000
I need a little help with coding please. I'm trying filter a subforms recordset using two date fields [txtBeginningDate] and [txtEndingDate] I have it almost working but would like someone to take a look and see if you could lend a hand shoring it up...
Access 2000
My DB is freaking out. No matter where I'm at if I try anything that has to do with code, I get an Access Error Message stating Error Assessing File. Network connection may have been broken. I've used the Link Manager to link everything back up. I've compacted and repaired but...
Access 2000
I'm using an unbound main form to navigate orders. I have several combo boxes and command buttons I'm using to change a subforms recordsource to display orders. One in particular is giving me a lot of problems. I have an unbound text box on the main form named txtFind. I'm...
Thanks Wayne,
I could do as you suggested if that was the only thing I was doing with the subform but I have several other comboboxes and commandbuttons that I'm using to change the subforms query to show Orders according to different criteria's.
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...