 |
sneha Level: Scholar
 Registered: 28-03-2006 Posts: 29
|
How to update it?
Hi,
Private Sub Update_Click()
With rs
rs.Open "Update Sales Set Paid = PAID", db, adOpenDynamic, adLockOptimistic
End With
End Sub |
I want to update the blank field (200 empty rows) with "PAID". The above code does nothing.
I am using MS Access database.
Table Name is : Sales
Field Name is : Paid
Please help.
Sneha
____________________________
Sneha
|
|
17-06-2006 at 01:13 PM |
|
|
|
|
 |
 |