Please support our Visual Basic 4 / 5 / 6 advertiser: Programming Forums
Views: 752 | Replies: 4
![]() |
Hi,
Before Viewing the report , set DB location for all the Tables used in the report:
Regards
Veena
Before Viewing the report , set DB location for all the Tables used in the report:
vb Syntax (Toggle Plain Text)
Dim tt As CRAXDDRT.DatabaseTable For Each tt In m_Report.Database.Tables tt.Location = "C:\NewDB.mdb" Next
Regards
Veena
•
•
Join Date: Apr 2008
Posts: 16
Reputation:
Rep Power: 1
Solved Threads: 1
in visual basic 6, using Data control for accessing the access database. give the data base name(*.mdb) in "DataBaseName" property of data control.and select the table in the "RecordSource" property of data control. then place no_of text fields or lables in the same form(appear Data control) for viewing the values of the access database data by selecting datasource as data controll name and select field name in the "DataFiled" property of text box or label.
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)





Linear Mode