Search results

  1. R

    Access File Properites

    I would like to programmatically add File Properties (Title, Author, Subject, Comments) to Access files that my application is generating. Does anyone know the correct Object Model / Syntax to use to do this?
  2. R

    Field Greying

    I would like a field to be accessible only if specific selections are made from the previous combo box. Could someone help me with the code for this? Thank You...Robert
  3. R

    Combo Box Form Entries

    I have three combo boxes set up so that after an entry is made in the first, the second requeries and displays only pertinent information. The third does the same to the second. They are bound to fields in my Orders table. The problem is the info being entered into the fields on my order...
  4. R

    Combo Box Requeries

    I have a series of 3 unbound combo boxes on an order form. The second requeries the first to update only pertinent info based on the first selection with an AfterUpdate event. The third does the same to the second. This all works great...my problem is figuring out how to copy this info into...
  5. R

    Main/Subform

    I am setting up an order placing database. I want to be able to view and add orders on a subform by customer id's chosen in a mainform combo box. I have set this up many ways and continually I get an error message when I close the form after viewing different customers orders: The changes...
  6. R

    Subform/combo-boxes

    I have an order entry form where the main form is customer info and subform is in datasheet view bound to orders table. There is a GearName, GearSize, and StockNumber field. GearSize requeries GearName to show only sizes related to GearName selection and StockNumber automatically displays. I...
  7. R

    sync'd fields

    I am building an order placing database... I have a table with gear categories, and a separate related table with gear sizes and associated part numbers. On the order form I have two combo boxes synchronized so when a gear category is selected in the first, the size list of the category is...
  8. R

    Drop Down List

    Is it possible to make a drop down list that branches out similar to the Windows start menu. I want to incorporate a main list of items which points to sublists of sizes for each item on an order placing form. (The sizes being the desired input).
Back
Top Bottom