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