How can I add records to a table using macros?

K

KenB

The record has only two fields which are bound to Text boxes on my form. Ive
tried:
GoToRecord New
SetValue FieldA
SetValue FieldB

which works for a single record. If I try to enter several records, only
the last one appears in the table - apparently written when the form was
closed.
How do I cause a 'write record' using macro statements?
 
Top