Search results

  1. N

    Tieing Combo Box with navigation buttons

    I have a form with a drop-down (combo box) with a list of 435 names. It also has standard navigation buttons on the form footer. My question is, how can I 'tie' the combo box with the navigation buttons so that the box can control the record number in the navigation? That is, if I select a...
  2. N

    Message box for finding records

    Hello, I have the below code to display message boxes (one box per type of record, Undergraduate, Grad student or faculty) to add a new record to a database. Basically, when I enter a name it inserts the new name in four separate tables and opens the corresponding form to enter the subsidiary...
  3. N

    Add contents of field to multiple tables

    Ok, I've asked similar questions to this in the past, but I need to re-vamp this department database once again, under a new set of criteria. Is there an easy way for a field on a form to be copied to multiple tables at once? For instance, on my "Graduate Student" form there's a field called...
  4. N

    Multiple field update

    I have the below code which allows a new Faculty member to be added to the table "MasterTable" it also copies the new Faculty member (by keyboard input) to the "Faculty" table. The problem is that I'd like it to also copy the new MasterID number generated in the MasterTable (Autonum) to the...
  5. N

    Add record to two tables from form

    Hello, I was hoping someone could tell me a way to perform what may or may not be a simple problem: I'd like to build a small form with one text box and one button (Add New Record) which will take the information in the text box and append it to a field in two different tables within the same...
Back
Top Bottom