L
LarryF
Access 2002 is fairly unstable compared to Access 97 due
to buggy new features requiring drastic changes in the
development environment:
Editing subforms in place
VBA coding is performed in a different window/process
Datasheets can have subdatasheets and subforms
Pivot Tables and Views
The addition of projects (.adp) to work with SQL Server
Each time you work on code in the VB Editor window,
compile, save, and CLOSE the window. I created a new
("Standard") module in the VB Editor, saved it (it was
saved as "Module1", I was not offered an option to name
it), then switched to the Access window to rename that
module. As soon as I typed a new name, the database
completely fried and I lost hundreds of hours of work!
BE SURE TO BACKUP ALL FILES AFTER ANY MAJOR CHANGES OR AT
THE CLOSE OF THE WORK DAY!
to buggy new features requiring drastic changes in the
development environment:
Editing subforms in place
VBA coding is performed in a different window/process
Datasheets can have subdatasheets and subforms
Pivot Tables and Views
The addition of projects (.adp) to work with SQL Server
Each time you work on code in the VB Editor window,
compile, save, and CLOSE the window. I created a new
("Standard") module in the VB Editor, saved it (it was
saved as "Module1", I was not offered an option to name
it), then switched to the Access window to rename that
module. As soon as I typed a new name, the database
completely fried and I lost hundreds of hours of work!
BE SURE TO BACKUP ALL FILES AFTER ANY MAJOR CHANGES OR AT
THE CLOSE OF THE WORK DAY!