J jamesT Registered User. Local time Today, 11:43 Joined Mar 5, 2003 Messages 16 Mar 12, 2003 #1 When i open a report from a form the report open behind the form and you can not see it, Any know how to fix this Thanks
When i open a report from a form the report open behind the form and you can not see it, Any know how to fix this Thanks
R Rich Guest Mar 12, 2003 #2 Set the forms visible property to false when opening the report and true when closing Forms!MyForm.Visible=False
Set the forms visible property to false when opening the report and true when closing Forms!MyForm.Visible=False