Report (1 Viewer)

accessman2

Registered User.
Local time
Today, 04:41
Joined
Sep 15, 2005
Messages
335
Hi,

I am using VB6, I use MS Access as backend, if I create reports in the MS Access, can VB6 control the MS Access report?
 

doco

Power User
Local time
Today, 04:41
Joined
Feb 14, 2007
Messages
482
Is the report based on a query or table? I would think the answer is yes in both cases. You certainly can update table datum by VB (DAO, ADO) as well as query tables (using the QueryDefs object) from your backend then inserting that recordset into the report from the BE. Afterall a query is merely a logical table as opposed to a physical one.
 

Users who are viewing this thread

Top Bottom