I currently have a form that has a number of fields that when changed will run a macro that will change the data in the tables for other fields for that particular record.
However, in order for the changes to be visible on the form The macro must first go to the next record, continue to run, then before the macro is finished go back to the previous record to see the changes in the form.
How can I make it so I do not have to go to the next record and then back agian in order to see the changes in the form for the current record.
However, in order for the changes to be visible on the form The macro must first go to the next record, continue to run, then before the macro is finished go back to the previous record to see the changes in the form.
How can I make it so I do not have to go to the next record and then back agian in order to see the changes in the form for the current record.