B
BBC via AccessMonster.com
I currently use the standard DoCmd ... to navigate, create new and find the
records to display on my forms. Such as
DoCmd.GoToRecord , "", acLast or
DoCmd.RunCommand acCmdSaveRecord
etc.
Should I be using DAO (recordsets) to do this instead of the above. If so,
what are the benefits.
Any special things I need to do to have the form display the records and do I
need to set the current DB in each navigation function or is set by default
to the current form/bound table (or can it passed to the SUB as an argument
to make the SUB work the currently active form/boundtable).
Thnanks for any guidance
records to display on my forms. Such as
DoCmd.GoToRecord , "", acLast or
DoCmd.RunCommand acCmdSaveRecord
etc.
Should I be using DAO (recordsets) to do this instead of the above. If so,
what are the benefits.
Any special things I need to do to have the form display the records and do I
need to set the current DB in each navigation function or is set by default
to the current form/bound table (or can it passed to the SUB as an argument
to make the SUB work the currently active form/boundtable).
Thnanks for any guidance