how doing fore sae or update a recor from a table?

  • Thread starter Luis Fernando Wills Z.
  • Start date
L

Luis Fernando Wills Z.

i working with ACCESS200 and need update a field of a
record with result from an operation.

I need find the record for primary key, doing Table.field
= result and update the record.

How do i doing?,

In COBOL i doing
Read
move resul to field
Rewrite

I use in access the next sentences

DoCmd.OpenTable "ctalumno"
DoCmd.FindRecord wkey_ctalumno, , , acSearchAll, True,
acAll, True
Vrpagado_ctalumno = Vrpagado_ctalumno + vrpago_detctal
DoCmd.DoMenuItem acFormBar, acRecordsMenu, acSaveRecord, ,
acMenuVer70

The previus sentences don´t update the record with de new
valor

Do you help me?

Thanks

Luis Fernando Wills Z.
Soluciuones Virtuales
 
Top