Recent content by RapidFireGT

  1. R

    VBA Crashes Access

    Sorry to bump this, but I think it may help someone in the future. This post fixed my problem! I've built a nice user interface for navigating my database using forms and VBA code, and for whatever reason, one particular event of many macros/events was causing Access to crash (and only if that...
  2. R

    Combo box: display text field, but store ID field to table

    [SOLVED] Combo box: display text field, but store ID field to table My form is for adding a new product to the database. The form asks which "Club" the product is associated with. I want to create a combo box where the user can select the name of the club, and then the form will store the...
  3. R

    Check-box to hide/show input fields

    This issue has been resolved, thanks to Linq on another forum. Here is the post: Thank you. This code was not originally working, but that think that is because of the way I had my form set up (I was having trouble pulling in fields from 3 different tables on one form). After creating my main...
  4. R

    Form with inputs to 3 tables - won't accept new data

    [SOLVED] Form with inputs to 3 tables - won't accept new data I'm trying to make a form that will accept input fields that will store data in 3 separate tables. This is for a hypothetical business that is setting up a registration for a new customer, and they are trying to store data regarding...
  5. R

    Check-box to hide/show input fields

    That code did not work either. Also, this check-box is unbound. It does not store data in a table or have any purpose/meaning other than to simply hide/show fields in the form. By populated database/form, I mean that I am building this form within a database that is already populated with a...
  6. R

    Check-box to hide/show input fields

    I’m trying to use a check-box to show/hide several input fields on a form. The names of the objects are: Check-box: CustomerCheckBox Input 1 field: customer_first_name Input 2 field: customer_last_name Input 3 field: customer_phone *EDIT* This check-box is unbound. It does not...
Back
Top Bottom