Recent content by bdemps03

  1. B

    Inserting a new row on a continous form

    How did you end up inserting a row on a continuous form?
  2. B

    Importing and Exporting XML file using Access Runtime

    Hi All, I have created a database that works great for Microsoft Access 2007. When I package it as a Runtime application I am running into problems. Most of my problems were solved by finding the missing references, but now my program shuts down due to a runtime error: Execution of this...
  3. B

    How to Add Values from Combo Box to a new Table

    I've got it now. Thank you very much!
  4. B

    How to Add Values from Combo Box to a new Table

    What I'm actually trying to do is look the data up in the one table(for my form) and then add all the new records to a different table, so I can run reports off the data that was selected. Thanks
  5. B

    How to Add Values from Combo Box to a new Table

    Hi, I am somewhat new to Access 2007. I have a form that populates most of the data from a table and some information is typed in. This is what I have: Vehicle # (select- controls the next 3 combo boxes) Vin # (auto populates) Address (auto populates) State, City, Zip (auto populates)...
  6. B

    Auto Populate a Combo Box if there is only one option

    Thanks Mr. B that worked great
  7. B

    Auto Populate a Combo Box if there is only one option

    I am making a multiple choice survey and for some questions, there is only one option, such as N/A. If there is one option I would like it to Auto populate in the combo box. My Row source for a combo box is: SELECT DISTINCT Table1.Year FROM Table1 WHERE (((Table1.Make)=Forms![Form1]!Make)) I...
Back
Top Bottom