Search results

  1. K

    Sub-Form Display

    Hiya - I wondered if anyone knows if its possible to display a subform only when there is data to display. I have a tab control with 3 subforms in datasheet view, each sub-form is linked to the main form via a JOB_ID field - I only want the sub-form to display if it has a related record, at the...
  2. K

    Checkbox Query...

    Hi - Please could someone give me some help on the following.. I have a form with the following fields extended warranty (yes/no checkbox) start date end date I would like to be able to code this such that the start and end date text boxes are only visible and enabled when the user selects...
  3. K

    conditional checkboxes..

    Hi - I am struggling with the following scenario if anyone could give me some help that would be great.. I have an option group with 3 checkboxes: Security Fleet Management & Security Fleet Management The user can select one of these options. I also have a second option group with two...
  4. K

    Copying fields in one form to another...

    Hi - I am having troubles copying data from one form to another.. I have two tables customer and vehicle, the primary key in the customer table is CUSTOMER_ID (autonumber, long integer, indexed with no duplicates) this is the foreign key in the vehicle table CUSTOMER_ID (long integer, general...
Back
Top Bottom