Search results

  1. B

    Quick Easy Question

    Good Morning: I have one small questions and am having trouble with it. I have a form with a macro button to preview a report based on a value in the form (PONo) The report is based off of a query. My question is - What can I do to make it so the report is "up to date" when the button is...
  2. B

    Combo Box Question

    I am creating a combo box that selects its list based on input from another combo box. I have done this several times before, but I am getting a "Missing Operant" error message and am not having any luck trying to get it fixed. Here is my code: Private Sub Combo60_AfterUpdate()...
  3. B

    Easy Question - I think

    Greetings: I am trying to create a report that will list various project categories. I am basing it off of a query that uses three tables (PONo, ProjectNo, Project SubNo). The design is such that the PO# table has 4 sets of ProjectNo and Project SubNo lists (i.e. Project 1, Project 2...
  4. B

    Select criteria for report through a form

    Good Day: I am trying to create a form where you can select different criteria from combo boxes (i.e, account names, months, year) and use those criteria to print reports. I am not sure where to start and how to organize this. Any help and suggestions would be GREATLY appreciated. THANKS
  5. B

    Query Trouble - Probably easy

    First of all I am quite new to Access and on on a short deadline, so please bear with me. I have created a query that lists class numbers. I need the query to limit the class numbers based on an ID field off of a form. I think I have the ID field related to the form correctly, but I am having...
  6. B

    Please help with combo box parameters

    Greetings: I have a form that has two sets of combo Boxes. One is labeled ExhibitorID and the other is ClassNo. I need some way of making it so that no ExhibitorID above 500 can enter into a class below 2000. I am sure there is an easy way, but I can't figure it out. TIA
Back
Top Bottom