quick question

jamesT

Registered User.
Local time
Today, 11:43
Joined
Mar 5, 2003
Messages
16
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
 
Set the forms visible property to false when opening the report and true when closing
Forms!MyForm.Visible=False
 

Users who are viewing this thread

Back
Top Bottom