Report

accessman2

Registered User.
Local time
Today, 04:39
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?
 
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

Back
Top Bottom