F
Frank Martin
I have a tblLastCost which is to store ProductID, LastCost, LastDate.
This is put onto our FrmCreditors via a subform FrmLastCostSUB.
The fields of FrmLastCostSUB are filled by a macro using the "SetValue"
property and this is triggered by the OnExit property of the relevant
FrmCreditors fields.
It works fine, but when the three fields of the FrmLastCost are entered the
pointer there refuses to go to a new record, with the result that the
existing fields are over-written.
How can I make the new data go to a new record automatically?
Please help, Frank
This is put onto our FrmCreditors via a subform FrmLastCostSUB.
The fields of FrmLastCostSUB are filled by a macro using the "SetValue"
property and this is triggered by the OnExit property of the relevant
FrmCreditors fields.
It works fine, but when the three fields of the FrmLastCost are entered the
pointer there refuses to go to a new record, with the result that the
existing fields are over-written.
How can I make the new data go to a new record automatically?
Please help, Frank