Search results

  1. A

    Form linking

    OK. I have two sets of data - book details and student details. A combo box is used to select a book on the student form from the book table. However, simultaneously, I would like the name of the student holding that book to appear on the book form. I.e. the book ID goes to the student form, and...
  2. A

    Auto number problem

    Autonumber goes up in the 1,2,3... sequence. Is there any way to customise this to another code like BS0001, BS0002, BS0003?
  3. A

    Check Box Problems

    Please help... I have two check boxes on a form. I want the second one to be disabled if the first one is NOT ticked. Is there an If...Then statement or something that can be used to achieve this?
  4. A

    How can I open a Word DOCUMENT from Access?

    How do I open a Word document from Access. I know how to open the application, itself, but not a document
  5. A

    Linking two sets of data to one form...HELP

    I am in the process of designing an appliction to assign books to students. On the students form, I have included the various fields from the students table. The students table is therefore the record source in the properties dialog box. However, on this form, I also need to include a checkbox...
  6. A

    How do I link two record sources to one form? HELP!

    I am in the process of designing an appliction to assign books to students. On the students form, I have included the various fields from the students table. The students table is therefore the record source in the properties dialog box. However, on this form, I also need to include a checkbox...
  7. A

    CAROL, thanx but... (or anyone else)

    <OK, I have a combobox on a form. Is there a way to ensure that once an item is selected from the combobox, it cannot be selected again in another record - the item is unique.> Your advice was great. Hvr, there is a slight prob... The form concerned is assigned to one table (students), and the...
  8. A

    ComboBox Problems...

    OK, I have a combobox on a form. Is there a way to ensure that once an item is selected from the combobox, it cannot be selected again in another record - the item is unique.
  9. A

    Form linking

    I have this problem, please help. OK, I have numerous queries that appear in exactly the same form. However, because of my limitations, I have replicated the form ten times and hense have too many forms. Is there a way to have just one form that can show different queries depending on which...
Top Bottom