Recent content by Meijhana

  1. M

    Populate Text Boxes using VBA

    Thanks, but that is not exactly fixing my problem. Maybe I did not state this correctly I know how to make the multiple columns appear. What I cannot do is get the same num,ber of rows to appear regardless of the amount of data I have. If I have only 4 names, I still want 6 columns with 15...
  2. M

    Populate Text Boxes using VBA

    My Excel VBA skills are sufficient, but this is my first foray into Access VBA. I want to make a table in a report. Column 1 would be numbered (1-15) Column 2 would be a person's name based off of my Query Column 3 would be a blank column Column 4 would be numbered 16-30 Column 5 would...
  3. M

    Parameter Query - Combo Box?

    I tried that initially, but then I could not edit any of the data in the resulting query data sheet Any quggestions on how to make it so that it will still let me edit the data? I wanted combo boxes for Doc # and Department. Those were each based off a previously set-up query to show the...
  4. M

    Parameter Query - Combo Box?

    Is it possible, when using a parameter query to make the message box that appears asking for the parameters be a combo box to reduce the chances of the user misspelling something? Thanks
  5. M

    Table in report

    I am working with Table field Department, Document #, and Name. For a selected Document #, a report is generated that has a different page for each Department. All the Names of individuals within that Department that need to be trained to that Document # are displayed on the report in 2...
  6. M

    Forms and queries and reports oh my

    ack. I am trying to make a form that will allow a user to enter in their search parameters, press a button, computer searchs the master table, creativly entitled All Items, to find records that match all of the criteria. The user can enter any where from 1 to 10 different search parameters. I...
Back
Top Bottom