melaniecarr23
Programmer
I have a form, where people enter plan information. This information needs to be entered into a table before a report can be run on it.
My problem - I want to have a Calculate Plan button, where the user clicks it and the plan report is pulled for the current record's information.
The problem is - that information hasn't been "added" or saved to the plans table that the form is based upon yet - so I get errors when the report comes up because it's based off something that doesn't exist yet.
I tried saving the form, but that doesn't work. Is there a way to do this without having the person tab into the next record and using the After Update event?
Thanks,
Melanie
My problem - I want to have a Calculate Plan button, where the user clicks it and the plan report is pulled for the current record's information.
The problem is - that information hasn't been "added" or saved to the plans table that the form is based upon yet - so I get errors when the report comes up because it's based off something that doesn't exist yet.
I tried saving the form, but that doesn't work. Is there a way to do this without having the person tab into the next record and using the After Update event?
Thanks,
Melanie