S
Sid
I used the Form Generation Wizard to quickly generate a
form with all fields from a table. Then added a ListBox
to show, at a glance, all records in the table. Selecting
an item in the list box does a FindFirst on the RecordSet
created by the wizard and displays the name. (All good,
so far).
After selecting an entry in the list box, if I "tab" to
move into the update fields, something gets incremented
and the "next" record in the table is displayed, which is
the same behavior as tabbing through all fields and
cycling back to the first. (Clicking on the fields to
make changes following selection works fine.) How do you
manage this behavior? Also interested in what I need to
do to create a new record without having to click on the
generated button to create a new record.(?)
Sorry for the rookie questions. Any help appreciated.
Thanks,
Sid Baucom
form with all fields from a table. Then added a ListBox
to show, at a glance, all records in the table. Selecting
an item in the list box does a FindFirst on the RecordSet
created by the wizard and displays the name. (All good,
so far).
After selecting an entry in the list box, if I "tab" to
move into the update fields, something gets incremented
and the "next" record in the table is displayed, which is
the same behavior as tabbing through all fields and
cycling back to the first. (Clicking on the fields to
make changes following selection works fine.) How do you
manage this behavior? Also interested in what I need to
do to create a new record without having to click on the
generated button to create a new record.(?)
Sorry for the rookie questions. Any help appreciated.
Thanks,
Sid Baucom