ArmstrongHe
IS-IT--Management
Dear Sir,
When I compile the following code in VBA of ACCESS2000, I saw compile error like "method not found or invalid number" due to the line "RS.edit". How to overcome the problem?
Dim RS As Recordset
Set RS = myDb.OpenRecordset("PL-report"
RS.MoveFirst
Do Until RS.EOF
RS.Edit '***compile error
thanks!
Armstrong
When I compile the following code in VBA of ACCESS2000, I saw compile error like "method not found or invalid number" due to the line "RS.edit". How to overcome the problem?
Dim RS As Recordset
Set RS = myDb.OpenRecordset("PL-report"
RS.MoveFirst
Do Until RS.EOF
RS.Edit '***compile error
thanks!
Armstrong