ok people I need some help I just started a new job doing access VB programming and my past experiance with access has only really been using it as a database for my asp web site. now I someone proficent with VB and VBA and I know how to create VB forms and macros but here is my problem when i close the access data base I get this popup box that says the following "Table 'TempMSysAccessObjects' already exists" and has a ok and help button. when I click on the help I get this info
Table <name> already exists. (Error 3010) You tried to create or rename a table with a name that already exists in this database. Choose another name, and then try the operation again.
In a multiuser database, this error can also occur if you delete a table, another user creates a table with the same name, and then you try to roll back the deletion of your table. To restore your table, the other user must first delete or rename the new table before you try the rollback operation again.
very useful info as you can see I wish it would tell me what table I was recreating so that I could at least filter out in the code and find out what the previouse developer was doing.
just a little background info on the projects it was developed 2 years ago and has since then had another developer make changes to the access Program and neighter the company that made the first project or the developer who made some changes leave any kind of development documentation. GRRRRRRR
any help would be gggrrrrrate
Joe
Table <name> already exists. (Error 3010) You tried to create or rename a table with a name that already exists in this database. Choose another name, and then try the operation again.
In a multiuser database, this error can also occur if you delete a table, another user creates a table with the same name, and then you try to roll back the deletion of your table. To restore your table, the other user must first delete or rename the new table before you try the rollback operation again.
very useful info as you can see I wish it would tell me what table I was recreating so that I could at least filter out in the code and find out what the previouse developer was doing.
just a little background info on the projects it was developed 2 years ago and has since then had another developer make changes to the access Program and neighter the company that made the first project or the developer who made some changes leave any kind of development documentation. GRRRRRRR
any help would be gggrrrrrate
Joe