Search results

  1. L

    AutoNumber by another field

    I need some help, I need to create a form that when a user wants to enter a new record, the id will be based on what type of record they are adding. For example, there is a list of training courses (A-##, B-##, C-##) where the ## is the training course incident. When the user wants to add a...
  2. L

    Cascading combo boxes

    I have a form with 2 combo boxes, the first box is a name selection and the second box lists all companies that employ that name. The cascading part of the combo boxes works great. I used the following code on the first combo box, employee name: Private Sub cboEmployee_AfterUpdate()...
  3. L

    Filter form to select a report

    I have a form that asks the user for some report filters (Customer, Year). And I would like this filter form to be used on about 20 reports. I was hoping if someone can tell me if there is a way to allow the user to select the report to filter on. I am using the following code to execute the...
  4. L

    Reports with multiple charts

    I am new to access applications and I have created about 10 reports, each contains a column results, bar chart and pie chart. The column results works great, the filter option is turned on for 2 fields in the report and the results filter correctly, then I created the 2 charts based on the same...
Back
Top Bottom