R
ryguy7272
I have a Form bound to a Table; all data is entered into the Table via the
Form (pretty simple setup).
#1)
I am wondering if there is a way to enhance the user experience by having
the Form open to the first blank record, instead of the first record in the
recordset. This seems simpler and would save a step or two (i.e., not having
to click those ‘Last Record’ and then ‘Next Record’ buttons at the bottom of
the Form to get to the first empty record).
#2)
I am wondering if there is an easy way to add new records to a Table, but
clicking a button and have a snippet of VBA run, and commit the records to
the table, rather than click the ‘Next Record’ button.
Thanks for the help!
Ryan---
Form (pretty simple setup).
#1)
I am wondering if there is a way to enhance the user experience by having
the Form open to the first blank record, instead of the first record in the
recordset. This seems simpler and would save a step or two (i.e., not having
to click those ‘Last Record’ and then ‘Next Record’ buttons at the bottom of
the Form to get to the first empty record).
#2)
I am wondering if there is an easy way to add new records to a Table, but
clicking a button and have a snippet of VBA run, and commit the records to
the table, rather than click the ‘Next Record’ button.
Thanks for the help!
Ryan---