|
-
Oct 1st, 2000, 12:31 PM
#1
Thread Starter
Member
Hello all. I have a simple qustion here. I have an access database call club.mdb
Now I know this code here to set up the object:
Set db = DBEngine.OpenDatabase("c:\club.mdb")
Set rs = db.OpenRecordset("customers", dbOpenTable)
I also know how i can read data from my databse like:
d
im var as string
varid=rs.fields("ID")
But how can I write to the database. I dont want to use the bound controls eother. I just want to change the first entry in the IF field
thanks for any help
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
|