Search results

  1. J

    Limiting data in a List box (on a sub form) to a record on the main form

    me again My database contains information about various dwellings or properties and the works required to maintain certain aspects of them. Most of the information in the database is linked to an address table (call it tbl1) with a unique property reference number (UPRN). Some tables contain...
  2. J

    Linking a list box on a subform to the main form.

    I have say information about buildings and repairs to these buildings in a database. The details of each property (property as in house/ flat etc) are available on the main form. Various works are required from time to time to maintain the condition of the property and quotations received from...
  3. J

    Form Event

    What form event occurs if any when the data in a form moves from one record to another?
  4. J

    How can I limit the records in a List box.

    I have a List box on a sub-form which will find records on the sub form based on the value selected in the list box but want to limit the records available in the List box to the Child field on the sub form that is matched to the Master field on the main form. Can I adapt the code on the...
  5. J

    Limit records in a List box to Child field on a sub form.

    I have a List box on a sub-form which will find records on the sub form based on the value selected in the list box but want to limit the records available in the List box to the Child field on the sub form that is matched to the Master field on the main form. Can I adapt the code on the form...
Back
Top Bottom