ACC2000: Monolithic Save Dialog Box Doesn't Qualify Object Type Being SavedID: Q225869
|
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.
You have given two different objects the same name; for example, you have a form and a report named Employees.
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 = tableIn this manner, you can name a form as frmEmployees and a report as rptEmployees, and be able to determine which name represents which object.
qry = query
frm = form
mcr = macro
rpt = report
dap = data access page
mod = module
Save changes to the following objects?
Employees
Employees
Startup
Note how you can't determine which Employees represents the form and which the report. Click No To All to abandon the changes.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:
http://msdn.microsoft.com/library/books/advnvb5/html/z01appa_29.htm
Additional query words: pra distinguish
Keywords : kbdta
Version : WINDOWS:2000
Platform : WINDOWS
Issue type : kbbug
Last Reviewed: June 18, 1999