Search results

  1. K

    Help opening a seperate form when a y/n box is clicked

    I have a form that I want opened when a y is clicked in a y/n box. This subform would allow them to fill in details of the incident. I have a button to close the form, but can't get anything to work to have it open automatically. Also, I would like it if this subform could present information...
  2. K

    Macro to jump to new record

    I have tried the button wizard to make a button that goes to the next record. But each time I hit the button, I get an invalid outside procedure. I don't get why the button wizard doesn't work.
  3. K

    Macro to jump to new record

    I don't know where to find the DoCmd.OpenForm options. Just so you know even when I create a button and only use the button wizard functions, it says there is an invalid outside procedure.
  4. K

    Macro to create a duplicate record

    I want to create a button that has a macro that will make a duplicate of the last record, and then the user can change one or two items? This is to save them a lot of data entry. Is this possible? I would use VBA also if that helps.
  5. K

    Macro to jump to new record

    I am really new at macros. Can someone tell me how to make a macro button for a form that will jump the user to a new record? My form opens up into existing records and they are getting overwritten. And the users can't seem to get the little buttons down on the bottom of the form.
Back
Top Bottom