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
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