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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top