M
Mike
Hi All,
How do I update a specific record by using codes.
The code is:
Dim db As DAO.Database
Dim username As Recordset
Set db = Currentdb
Set username = CurrentDb.OpenRecordset("User",
dbOpenDynaset)
With username
'What code do I need to add so that I can update the
username field with the userId'
End With
Thanks,
mike
How do I update a specific record by using codes.
The code is:
Dim db As DAO.Database
Dim username As Recordset
Set db = Currentdb
Set username = CurrentDb.OpenRecordset("User",
dbOpenDynaset)
With username
'What code do I need to add so that I can update the
username field with the userId'
End With
Thanks,
mike