is there a way to execute a function in the code of a form after hitting ok from another form?
In my formA I have a print and print preview button. As I click it I want to have a formB that pops up asking if you want to view/print the complete list or just the current record. I've put a check option on the form for yes/no and created a separate report based on a query that prints only the records set to yes. If the user chooses the current record to print and hits ok in formB, the check in formA should be set to yes and the preview/print button will display accordingly. I'm sorta in a rut what to do and if I'm going about this the best way. Any suggestions? Thanks.
In my formA I have a print and print preview button. As I click it I want to have a formB that pops up asking if you want to view/print the complete list or just the current record. I've put a check option on the form for yes/no and created a separate report based on a query that prints only the records set to yes. If the user chooses the current record to print and hits ok in formB, the check in formA should be set to yes and the preview/print button will display accordingly. I'm sorta in a rut what to do and if I'm going about this the best way. Any suggestions? Thanks.