Search results

  1. C

    Run-time error '3035'; System resource exceeded

    I am currently working on a form and I have a list box in my form where I select components and then send the selected ones to a report. I started off just choosing around 3 components and it was working just fine. Then I decided to select all and I tried sending the components to a report but...
  2. C

    VBA code

    I am currently working on a project that was previously started by another individual. I am working in the form and trying to change to the code for the form but I am not sure what to change. As of right now in the form there is a combo box where you can choose from a list of systems, which is...
  3. C

    Look up

    I have a field in a table where it is a lookup is a combo box. So this makes the data type of the field a number when in reality it is a text. When I have this field show in a list box it shows the number instead of the text. Does anyone know how to fix that
  4. C

    List Box

    I am trying to show another field on my list box that I have in my form. I am not sure how to do that though
  5. C

    Parts Form

    Is there a way to create a form and inside the form you fill out company information in text boxes and then farther down the page there is a list of parts that you can choose from and then be able to check which parts you wants. Then be able to go back and add or remove parts you don't want?
  6. C

    Combo box to report

    I have a combo box in my form where I have 4 options to choose from. Then when I send my form to my report it is appearing as a number. If anyone knows how to change that numerical value to the text value that I have in the combo box that would be great. This is what I have so far...
  7. C

    Button coded with MVB

    When I click the button that I have on my form it is giving me a pop up saying "Run-time error '3061' Too few parameters. Expected 1." So then I go to debug it and the highlighted line "Set rstCompNames = qdfCompNames.OpenRecordset." When I hover of it it says "rstCompNames = nothing." I am...
  8. C

    Export access 2010 report

    I am trying to export my access report to excel and keep the formatting from the report so that I can edit information in my excel spreadsheet.
  9. C

    Save Report

    I have a form that has multiple tabs and once I fill out the form I have all my information sent to a report. I am trying to save the information for each report so that I can come back and edit information on a report if I need to. I am not sure how I can do this
Back
Top Bottom