•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the Visual Basic 4 / 5 / 6 section within the Software Development category of DaniWeb, a massive community of 374,006 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,741 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our Visual Basic 4 / 5 / 6 advertiser:
Views: 417 | 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: 14
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)
•
•
•
•
•
•
•
•
DaniWeb Visual Basic 4 / 5 / 6 Marketplace
- Previous Thread: visual basic doubts
- Next Thread: Loading A Text File into a Array into a Listbox


Linear Mode