Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.57K
~2K People Reached
Favorite Forums
Favorite Tags
1 Posted Topic
Re: 'in VB i set references to - Microsoft DAO 3.6 object library Dim dbdata as database Dim recinfo as recordset private sub form_load () Set dbdata = Opendatabase (App.path & "\mydatabase.mdb") Set recinfo = dbdata.OpenRecordset("mytable") recinfo.index"ID NO" end sub |