|
-
Sep 20th, 2000, 09:03 AM
#1
Thread Starter
Member
Hi,
does anyone know why this doesnt work?
code:
Dim DB as Database
Dim RS as Recordset
Set DB=OpenDatabase("c:\mydata.mdb")
Set RS=DB.OpenRecordset("SELECT name FROM UserInfo WHERE Age>30")
Set Text1.DataSource = rsRecordSet
Text1.DataField = "name"
I would be very greatful to anyone who can help!!
Thanx
Sajjad
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|