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
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