Help with report code, please!!

I

IceTy Mbatha

I have an access backend in 2000 file format and users using access 2000 and
2003. The front-end is
coded in 2003 envoronment still using 2000 file format. Everthing works well
except previewing report in Acess 2000 using
the following code:-

DoCmd.OpenReport stDocName, acPreview, , stLinkCriteria,
acDialog

The problem seems to be acDialog. What else can I use as I need acDialog to
keep the reports above forms when opened.


Thanking you in advance
IceTy
 
T

tina

if your form is a pop-up form that is staying "on top of" the report when it
opens, you can set its' Visible property to No when you open the report, and
then set the property back to Yes when you close the report.

hth
 
Top