Search results

  1. D

    Many to Many Relationship in Form/SubForm??

    For Pat Hartman, can you send me many to many db sample thans Dennis
  2. D

    Combo box to show to default to null

    I have a 'Name List' Combo box that updates a form after each selection and works fine. The problem is, it remains in the last name selected, I would like to see the combo box to default to a null. Any help will be greatly appreciated. Dennis
  3. D

    system date when typed only

    I did exactly as told, it does not work quite right yet. Here is what it does, if you go back to an old record date and edit, it will place the current date, it should stay same as recorded any help will be greatly appreciated> Dennis
  4. D

    all three fields required

    I have 3 fields dt_recvd=date location=txt initials=txt I need to have all 3 entered before becoming a record. thanks Dennis
  5. D

    system date when typed only

    need to set system date =date() to a field only when on enter, otherwise should stay blank then thanks Dennis
  6. D

    Please help, option group checkboxes

    I'm using two tables, one to many relationship, because I have 9 separate Group option boxes(two options each), having the same rowsource(Status)on all everytime I select an option all responde the same,like copies of each other. Need to create some code that tells the group option selected to...
  7. D

    Please help, option group checkboxes

    Need to Upddate a single field in a table named "Status" from 9 separate option groups, each containing two values yes=1, No=2. This is use on a fly, in a data entry form where user selects documents received in the mail. Ex: Transcripts yes no Medical yes no resume...
  8. D

    link one combo box to another

    combo #1 = Categories Combo #2 = Subcategories #1 fields are: Casa; Test; Courses, when I select courses from combo box #1, I would like to see in combo box 2: Math, English, Geography etc. what criteria can I placed on row source #2 in order to get this any help will be grealy appreciated
  9. D

    link one combo box to another

    How can link one combo box to another: first box list all categories, and combo box 2 list all subcategories based on selection from combobox #1 thanks
Back
Top Bottom