Search results

  1. A

    HELP! Module Error-

    Help- I think I have messed up something seriously because I can no longer edit a form. This is what happened... I started some code for a form button and I closed the VBA Editor without saving the code... I was asked to save Module1, but because I had so much open at the time, I had...
  2. A

    Setting Form's RecordSource with Macro

    I am trying to set a form's Recordsource with a macro. Based on the user's input on an input form, clicking a button opens a 2nd form whose recordsource is determined by in the input of the 1st form. I have a macro that basically says, if checkbox1 value is -1, setvalue of...
  3. A

    Changing Calc Field in a Query with VBA?

    I have a query that contains a field with a calculation (a long series of if...then) Forgive me if my terminology is not right. I would like to be able to change the calculation in that field depending upon user-input on a form. Here is an illustraion of what I would like to do: Take query...
  4. A

    Changing Query Fields with a Macro- Can it be done?

    I have a query that contains a field with a calculation (a long series of if...then) Forgive me if my terminology is not right. I would like to be able to change the calculation in that field depending upon user-input on a form. Here is an illustraion of what I would like to do: Take query...
Back
Top Bottom