Search results

  1. C

    Show Text on Form IF

    Guys/Gals: I have a form with a check box called "cancelled". That is bound to a field that stores the value. Works fine. I want to be able to show large text across the form saying "CANCELLED" if the check box is active (table field cancelled = true) for this record. Any help would be...
  2. C

    Macro that adds 1 to table value

    Hello, I have a form with the access included macro to print selected record from form. I want to add a step to the macro that will update a field in the form's query to +1. Any help would be greatly appreciated. Thanks
  3. C

    Use Value in Form for Combo Box Query

    Hello, I have a form with Field1. I have a combobox in the form. I need to get the value from Field1 in order to implement it in the query for the combobox. Basically I want to filter the combobox list to show unused (unmarked) rows in a table. However, since the current record in the table...
  4. C

    Set field to dropdown and specify values to display

    My mind is blocked even thought this would seem pretty simple... The form shows one record at a time of a Query. The Query is made up of two tables where EyeColorID fields intersect. In the form I don't want to show the EyeColorID (1,2,3) from either table. I just want to pick from the colors...
Back
Top Bottom