D
Dave
I have form named TimeCards and from there I sometimes open
another form named Customers
On close event of the form Customers is the below code so that the main form
is visible again.
If TimeCards form is open , I need for the form frmAutoPayrollReport
to be invisible.
Can this be done ??
Thanks,
Dave
Forms!frmAutoPayrollReport.Visible = True
another form named Customers
On close event of the form Customers is the below code so that the main form
is visible again.
If TimeCards form is open , I need for the form frmAutoPayrollReport
to be invisible.
Can this be done ??
Thanks,
Dave
Forms!frmAutoPayrollReport.Visible = True