ACC2000: Monolithic Save Dialog Box Doesn't Qualify Object Type Being Saved (225869)
The information in this article applies to:
This article was previously published under Q225869 This article applies to a Microsoft Access database (.mdb) and to a Microsoft Access project (.adp).
Novice: Requires knowledge of the user interface on single-user computers.
SYMPTOMS
When you save several objects at the same time (monolithic save), you may see the same name listed more than once in the Save dialog box.
CAUSE
You have given two different objects the same name; for example, you have a form and a report named Employees.
RESOLUTION
Microsoft Access 2000 allows you to give different objects the same name, but the objects will appear identical in the monolithic Save dialog box. To avoid this behavior, be sure to name your objects in a manner that distinguishes them.
One naming convention that you can use to distinguish different objects is to use a different prefix for each object, for example:
tbl = table
qry = query
frm = form
mcr = macro
rpt = report
dap = data access page
mod = module
In this manner, you can name a form as frmEmployees and a report as rptEmployees, and be able to determine which name represents which object.
REFERENCES
For more information about naming conventions, see the "Type Prefixes" table in Appendix A of the Advanced Visual Basic 5 book on the MSDN Library at the following Web site:
Modification Type: | Major | Last Reviewed: | 6/30/2004 |
---|
Keywords: | kbbug kbfix KB225869 |
---|
|