Search results

  1. C

    Subforms not updating properly

    I have a tab control on my form. One page has contact details for a company, the other has assignment details. Each company can have more than one contact, and more than one assignment. I have put a subform on each page so as the one-to-many relationship can be shown. However it will only...
  2. C

    Requerying Listboxes

    I'm trying to filter the records displayed in a list box based on what a user types in a textbox next to it. Although I can get it to work using the AfterUpdate() method of the text box I'd like it to requery after each letter is typed in the text box. I've tried putting the same code in...
  3. C

    Creating a function to add records to tables

    What I have at the moment is a command button that has code in the On_Click procedure that adds a new record to a given table and populates it with values from text boxes on the form. Because I am adding records to different tables through different forms then the same code structure is...
Back
Top Bottom