dkmoreland
Registered User.
- Local time
- Today, 13:40
- Joined
- Dec 6, 2017
- Messages
- 129
Hi everyone,
This is what I am trying to make happen:
User enters data in [Input Table].[Evalby] field - in the After Update event, I open a form, asking the user to indicate whether the job is complete. If the user clicks the YES button, the job status update form opens and allows the user to update the fields on this status update form, which has a different data source.
All that works just fine - but there is one thing I am unsure of how to code. There is a checkbox on the original calling form that has a value of false when the After Update event is kicked off. Once the user clicks the YES button, I need to change that checkbox value on the original form to true, then allow the user to update the status form.
Can anyone offer insight on the best way to code this?
Thanks very much.
This is what I am trying to make happen:
User enters data in [Input Table].[Evalby] field - in the After Update event, I open a form, asking the user to indicate whether the job is complete. If the user clicks the YES button, the job status update form opens and allows the user to update the fields on this status update form, which has a different data source.
All that works just fine - but there is one thing I am unsure of how to code. There is a checkbox on the original calling form that has a value of false when the After Update event is kicked off. Once the user clicks the YES button, I need to change that checkbox value on the original form to true, then allow the user to update the status form.
Can anyone offer insight on the best way to code this?
Thanks very much.