Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Crystal Reports
Message
From
29/04/2002 02:18:30
Larry Santos
Local Data System
Philippines
 
 
To
28/04/2002 21:39:49
Hector Bagabaldo
Software Solutions, Incorporated
Makati, Philippines
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00650207
Message ID:
00650245
Views:
21
Why dont you link your Transaction to the main access database of your so you can easily get the table or records that you want...

TIA
>How will you define in Visual Basic a report having two DSN Definitions?
>
>For Example my report calls:
>
> DSN MDB File Called
>
> Main -> calling C:\Storage\MainRec.MDB
> Transaction -> calling C:\Storage\TransactionRec.MDB
>
>This is my Code:
>
> ' With this code I get an error stating that it cannot find a specific table from a certain
> ' DSN
>
> With CRep
>
> ' ***** This part here I know is the problem
> .Connect = "DSN=Main;uid=Admin;pwd=;dsq=;"
> ' *****
>
> .ReportFileName = App.Path & "\Reports\PurchaseOrderReport.RPT"
> .WindowTitle = "Purchase Order Report for " & Format(Date, "MMMM DD, YYYY")
> .Action = 1
> end with
Previous
Reply
Map
View

Click here to load this message in the networking platform