Search results

  1. S

    Still trying to find a solution

    I currently have a form "client information" with a subform "catagories." Of course, a client can be a member of several different catagories. One catagory in particular "Chapter Member" can have many different attributes to it. I have created a button that will open second form when pressed so...
  2. S

    Creating a Drop Down List From Table Fields

    You could do several things. Create a new table, which you may wish to call Personel or something along those lines. Add all the possible names to this table. Then on your form create a combo box for Act 1. Follow the steps in the wizard to link the combo box to the Personel table and store...
  3. S

    Nobody answered this the first time, so I'm asking again...

    There are three tables involved here. I'll shorten up the descritpions just enough so you get an idea without having to have a whole bunch of meaningless details. Client Info ___________ Client ID - Key Name Address Office Catagories __________ Catagory ID - Key Catagory Descrtiption Link...
  4. S

    Nobody answered this the first time, so I'm asking again...

    I currently have a form "client information" with a subform "catagories." Of course, a client can be a member of several different catagories. One catagory in particular "Chapter Member" can have many different attributes to it. I have created a button that will open second form when pressed so...
  5. S

    What am I doing wrong here?

    What am I doing wrong here? I am trying to create a data lookup that will return the county when I enter the zip code. I have a table with information on our clients, names and addresses and phone numbers) and a table that contains every zip code in the state and the counties that the zip...
  6. S

    Macro to search multiple records in a subform.

    I am attempting to make a macro that will check data in a subform for a specific value. The macro I have is: Condition: [Forms]![Personal Data Entry with Senate and House]![Category Link Subform1].[Form]![Category ID]="FRI" Action: MsgBox Message - Data Found Condition: ... Action...
  7. S

    Return Address Labels

    I would like to make labels featuring the return address for my company. How can I set up a report that will print multiple labels of the same record without having to run the report over and over again. Also is there a way to specify how many copies I want?
  8. S

    help with size

    How do I prevent my forms from maximizing to fill the whole screen when they are opened? I would like for them to open to the size I specify.
  9. S

    removing duplicate records

    Can I have a query find all duplicate recors in a single table? If so, how do I do this?
Back
Top Bottom