Access Form?

  • Thread starter Thread starter Jen
  • Start date Start date
J

Jen

Hi all,
Is there a way to use unbound form to have navigation
buttons, plus Eidit,Cancel, and Save Buttons on a form?
Any suggestion will be appreciated.
Jen
 
Yes, you will have to code all the functionality for the unbound form. That
is why most experienced Access users do not use unbound forms for data entry
and editing -- they don't want to have to reimplement the code to do these
things that is already built in to Access for bound forms.

IMNSHO, it is much better to invest some time / energy in learning what
Access will do _for_ you, and then to take advantage of that, than to invest
time and energy in trying to re-do it or defeat it.

Larry Linson
Microsoft Access MVP
 
Back
Top