Search results

  1. M

    What's wrong with this loop statement!?

    On a subform I have a button that has code for its click event. This button reappears for each record. (btnPrintInvoices). There are 4 other forms just like this, these too will be need to be called at the same time (the loop) I also have a public function for this event and for each other...
  2. M

    Filtering using a user defined custom form and unbound fields in Access 2000.

    I need to be able to return a list of records from 3 tables that are related: Contacts, ContactsLanguages(one to many relationship to contacts) and ContactsInterests (one to many relationships to contacts). I need to be able to search by 6 different fields. 4 from the contacts table (Name...
Back
Top Bottom