Report Wizard Problem

V

vikash

Hi,
I am trying to create an Microsoft Access Application.In this application i
am using the 'Report Wizard'. But the Wizard generated shows me
Table/Query.I want only Tables not the query, how will i be able to block
the Query.

I am using the VB code ..................

Function On_Click()

Dim tmpvar As Variant
tmpvar = Application.Run("acwzmain.frui_entry", "Report", acReport)

End Function

If u can help me out in blocking the Query inside this Wizard it will be
very helpful for me. I am using this wizards to get some report generated
from the Tables.

Waiting for ur reply.

Thanks and Regards,
Vikash
 
D

Douglas J. Steele

AFAIK, you can't limit to only tables. To be honest, though, I can't imagine
why you'd want such a limitation. I always use queries for forms and
reports, even if the query is simply selecting everything from the table.
 

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

Top