Search results

  1. M

    Combo Box value updates a field in table with date? afterupdate?

    The reason i was going to store it is because once i have the susp act date i will need to have that date turn red in a report when 1 day is red instantly, 4 days turns red on the 3rd day and 10 days will turn red on the 8th day. dont i need those dates in a field to do that? i really...
  2. M

    Combo Box value updates a field in table with date? afterupdate?

    ok that worked but i need to store that date in a field in table1 called susp act date
  3. M

    Combo Box value updates a field in table with date? afterupdate?

    the afterupdate on my combobox?
  4. M

    Combo Box value updates a field in table with date? afterupdate?

    SOS would i run that query under the afterupdate?
  5. M

    Combo Box value updates a field in table with date? afterupdate?

    i have controlsource set to susp days field
  6. M

    Combo Box value updates a field in table with date? afterupdate?

    remember im a novice...table1 is where the selection for the combo result is stored in a field called susp days. i want to take that input and add the days to it and display in the the next text box witch has a field called susp act days
  7. M

    Combo Box value updates a field in table with date? afterupdate?

    yes table1 is the table and the field is susp days
  8. M

    Combo Box value updates a field in table with date? afterupdate?

    Typo above Susp Days is the field where the combo box selection is stored not susp date.
  9. M

    Combo Box value updates a field in table with date? afterupdate?

    Im a novice vb programmer so id like to say in advance thanks for the help. Heres my problem...I have a form with a combo box that has a drop down menu with the following 1 Day, 4 Days, and 10 Days. What i want to do is once the user selects a day the following happens. If the user selects 1...
Back
Top Bottom