G
Guest
I'm helping a friend with her Access database. She has a form that will
allow her to browse through her records.
I'm trying to set up a menu to simplify the use of the data because other
people in her office will be using it and they aren't familiar with Access.
I want to set up a menu command button to "Add New Record" which will open
her existing form on a new record. Right now, whenever I open the form, it
positions a record #1 of the table.
What is the difference between an "Input form" and an "Edit form"? Is it the
DataEntry property? If so, can my command button run a macro that sets this
property to "Yes" in order to add a record when I open the form? Do I need
an "Update" button on the form to save the new data?
Thanks,
Jim
allow her to browse through her records.
I'm trying to set up a menu to simplify the use of the data because other
people in her office will be using it and they aren't familiar with Access.
I want to set up a menu command button to "Add New Record" which will open
her existing form on a new record. Right now, whenever I open the form, it
positions a record #1 of the table.
What is the difference between an "Input form" and an "Edit form"? Is it the
DataEntry property? If so, can my command button run a macro that sets this
property to "Yes" in order to add a record when I open the form? Do I need
an "Update" button on the form to save the new data?
Thanks,
Jim