access mdb vs mde

  • Thread starter Thread starter gonzosez
  • Start date Start date
G

gonzosez

I have an application that I turn into a mde.
The problem is that if there is no data on a report I use the following
function.

Private Sub Report_NoData(Cancel As Integer)
MsgBox "There is no data for the criteria you selected."
Cancel = True
End Sub

works great for the mdb file but blows up when a mde file.
Any ideas?
 
The code should not make a difference whether it's run in a mdb or mde.

Could you please provide more specifics with regard to 'blows up'.
 

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