Help with report code, please!!

  • Thread starter Thread starter IceTy Mbatha
  • Start date Start date
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
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top