![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I am trying to convert an Access 2010 BE Db (Tables only, no fancy calculated fields or data macros) into Access 2003 format. I use the Save & Publish option aqnd get an error "Could not use 'C:\Phil Data\Access\MDB 201 WFTCTab 2010.AccDb'; file already in use" error. That is the file I want to convert and save as WFTCTab2003.Mdb. Any idea what's wrond please? Phil |
#3
| |||
| |||
|
|
On Aug 13, 6:11*pm, "Phil" <p... (AT) stantonfamily (DOT) co.uk> wrote: I am trying to convert an Access 2010 BE Db (Tables only, no fancy calcul ated fields or data macros) into Access 2003 format. I use the Save & Publish option aqnd get an error "Could not use 'C:\Phil Data\Access\MDB 201 WFTC Tab 2010.AccDb'; file already in use" error. That is the file I want to conve rt and save as WFTCTab2003.Mdb. Any idea what's wrond please? Phil Maybe this link will help, maybe not. http://office.microsoft.com/en-us/ac...010341553.aspx. There's a section on what may prevent it from converting in it. Can you export a single table and import it into 2003? |
#4
| |||
| |||
|
|
On 14/08/2011 03:19:00, Patrick Finucane wrote: On Aug 13, 6:11*pm, "Phil" <p... (AT) stantonfamily (DOT) co.uk> wrote: I am trying to convert an Access 2010 BE Db (Tables only, no fancy calcul ated fields or data macros) into Access 2003 format. I use the Save & Publish option aqnd get an error "Could not use 'C:\Phil Data\Access\MDB 201 WFTC Tab 2010.AccDb'; file already in use" error. That is the file I want to conve rt and save as WFTCTab2003.Mdb. Any idea what's wrond please? Phil Maybe this link will help, maybe not. http://office.microsoft.com/en-us/ac...ccess-2010-dat..... There's a section on what may prevent it from converting in it. Can you export a single table and import it into 2003? Hi Patrick Tried that - created a new DB, Database9.AccDb, imported a single table and then tried the Save & Publish Exactly the same error message, obviously with Database9 instead of WFYCTab. Then tried creating a new DB, a default table is presented, so I filled in 1 field, saved the table and got exactly the same results. Can it be anything to do with trusted folders? After re-setting my Access folder & Sub-folders to trusted, re-booting the computer I now get a different message “You attempted to open a database that is already opened by user ‘Admin’ on machine ‘PHIL-DESKTOP’. Try again when the database is available” It is a similar sort of error message. Any further thoughts? Thanks Phil |
#5
| |||
| |||
|
|
On Aug 14, 4:13*am, "Phil" <p... (AT) stantonfamily (DOT) co.uk> wrote: On 14/08/2011 03:19:00, Patrick Finucane wrote: On Aug 13, 6:11*pm, "Phil" <p... (AT) stantonfamily (DOT) co.uk> wrote: I am trying to convert an Access 2010 BE Db (Tables only, no fancy cal cul ated fields or data macros) into Access 2003 format. I use the Save & Publi sh option aqnd get an error "Could not use 'C:\Phil Data\Access\MDB 201 W FTC Tab 2010.AccDb'; file already in use" error. That is the file I want to co nve rt and save as WFTCTab2003.Mdb. Any idea what's wrond please? Phil Maybe this link will help, maybe not. http://office.microsoft.com/en-us/ac...ccess-2010-dat.... There's a section on what may prevent it from converting in it. Can you export a single table and import it into 2003? Hi Patrick Tried that - created a new DB, Database9.AccDb, imported a single table a nd then tried the Save & Publish Exactly the same error message, obviously w ith Database9 instead of WFYCTab. Then tried creating a new DB, a default table is presented, so I filled i n 1 field, saved the table and got exactly the same results. Can it be anythi ng to do with trusted folders? After re-setting my Access folder & Sub-folde rs to trusted, re-booting the computer I now get a different message “You attempted to open a database that is already opened by user ‘Admin’ o n machine ‘PHIL-DESKTOP’. Try again when the database is available” I t is a similar sort of error message. Any further thoughts? Thanks Phil Hi Phil: With no personal experience with what you are experiencing about all I can do is ask some questions. Maybe something will come out of it. Is this a one time deal or something you want to automate? Is it only tables you are converting? As there queries, code, forms, in the db as well? Regardless if they are being used. Are you running multiple databases in multiple versions of Access when you get the error? IOW, is this the only app running? Are you running from code of from the debug window? If it's a one time deal I'd write the vba code to export it out, table by table, to excel or something and then open A2003 import it into the db just to get the job done. Play with the "save and publish" after hours as a problem solving exercise. Hi Patrick |
#6
| |||
| |||
|
|
On 14/08/2011 20:12:20, Patrick Finucane wrote: On Aug 14, 4:13*am, "Phil" <p... (AT) stantonfamily (DOT) co.uk> wrote: On 14/08/2011 03:19:00, Patrick Finucane wrote: On Aug 13, 6:11*pm, "Phil" <p... (AT) stantonfamily (DOT) co.uk> wrote: I am trying to convert an Access 2010 BE Db (Tables only, no fancy cal cul ated fields or data macros) into Access 2003 format. I use the Save & Publi sh option aqnd get an error "Could not use 'C:\Phil Data\Access\MDB 201 W FTC Tab 2010.AccDb'; file already in use" error. That is the file I want toco nve rt and save as WFTCTab2003.Mdb. Any idea what's wrond please? Phil Maybe this link will help, maybe not. http://office.microsoft.com/en-us/ac...ccess-2010-dat..... There's a section on what may prevent it from converting in it. Can you export a single table and import it into 2003? Hi Patrick Tried that - created a new DB, Database9.AccDb, imported a single table a nd then tried the Save & Publish Exactly the same error message, obviously w ith Database9 instead of WFYCTab. Then tried creating a new DB, a default table is presented, so I filled i n 1 field, saved the table and got exactly the same results. Can it be anythi ng to do with trusted folders? After re-setting my Access folder & Sub-folde rs to trusted, re-booting the computer I now get a different message “You attempted to open a database that is already opened by user ‘Admin’ o n machine ‘PHIL-DESKTOP’. Try again when the database is available” I t is a similar sort of error message. Any further thoughts? Thanks Phil Hi Phil: With no personal experience with what you are experiencing about all I can do is ask some questions. *Maybe something will come out of it. Is this a one time deal or something you want to automate? Is it only tables you are converting? *As there queries, code, forms, in the db as well? *Regardless if they are being used. Are you running multiple databases in multiple versions of Access when you get the error? *IOW, is this the only app running? Are you running from code of from the debug window? If it's a one time deal I'd write the vba code to export it out, table by table, to excel or something and then open A2003 import it into the db just to get the job done. *Play with the "save and publish" after hours as a problem solving exercise. Hi Patrick This is a 1 off as a colleague has Access 2003 and I hope will be giving me a hand sort out some problems. The normal BE Db has tables only, The FE Db has everything forms, quereies, reports macros VBA, but as far as I know, nothing incompatible with Access 2003. Anyway my original posting referred to theBE only. As I said, I even created a brand new Db with 1 table and couldn’t export that. I have only Access 2010, so your suggestion of creating a blank A2003 Db and importing tables via Excel is not on. Thanks again Phil |
#7
| |||
| |||
|
|
On Aug 14, 4:16*pm, "Phil" <p... (AT) stantonfamily (DOT) co.uk> wrote: On 14/08/2011 20:12:20, Patrick Finucane wrote: On Aug 14, 4:13*am, "Phil" <p... (AT) stantonfamily (DOT) co.uk> wrote: On 14/08/2011 03:19:00, Patrick Finucane wrote: On Aug 13, 6:11*pm, "Phil" <p... (AT) stantonfamily (DOT) co.uk> wrote: I am trying to convert an Access 2010 BE Db (Tables only, no fancy cal cul ated fields or data macros) into Access 2003 format. I use the Save & Publi sh option aqnd get an error "Could not use 'C:\Phil Data\Access\MDB 201 W FTC Tab 2010.AccDb'; file already in use" error. That is the file I want to co nve rt and save as WFTCTab2003.Mdb. Any idea what's wrond please? Phil Maybe this link will help, maybe not. http://office.microsoft.com/en-us/ac...ccess-2010-dat.... There's a section on what may prevent it from converting in it. Can you export a single table and import it into 2003? Hi Patrick Tried that - created a new DB, Database9.AccDb, imported a single table a nd then tried the Save & Publish Exactly the same error message, obviously w ith Database9 instead of WFYCTab. Then tried creating a new DB, a default table is presented, so I filled i n 1 field, saved the table and got exactly the same results. Can it be anythi ng to do with trusted folders? After re-setting my Access folder & Sub-folde rs to trusted, re-booting the computer I now get a different message “You attempted to open a database that is already opened by user ‘Admin’ o n machine ‘PHIL-DESKTOP’. Try again when the database is available” I t is a similar sort of error message. Any further thoughts? Thanks Phil Hi Phil: With no personal experience with what you are experiencing about all I can do is ask some questions. *Maybe something will come out of it. Is this a one time deal or something you want to automate? Is it only tables you are converting? *As there queries, code, forms, in the db as well? *Regardless if they are being used. Are you running multiple databases in multiple versions of Access when you get the error? *IOW, is this the only app running? Are you running from code of from the debug window? If it's a one time deal I'd write the vba code to export it out, table by table, to excel or something and then open A2003 import it into the db just to get the job done. *Play with the "save and publish" after hours as a problem solving exercise. Hi Patrick This is a 1 off as a colleague has Access 2003 and I hope will be giving me a hand sort out some problems. The normal BE Db has tables only, The FE Db has everything forms, quereies, reports macros VBA, but as far as I know, nothing incompatible with Access 2003. Anyway my original posting referred to the BE only. As I said, I even created a brand new Db with 1 table and couldn’t export that. I have only Access 2010, so your suggestion of creating a blank A2003 Db and importing tables via Excel is not on. Thanks again Phil I created Table1 in Junk.accdb. *I created the fields AnAutoNumber (primary key), AText, ADate, ACurrency, AnInteger, and ABoolean and simply took the defaults and entered 1 record. *Then I "saved & published" the accdb to Junk1.mdb (2003) and up popped Junk1.mdb. It'd be nice if you got a more detailed error message that'd tell you what tables or fields are inhibiting your conversion. Maybe write some code to see if there are any field types in your tables that are not in the list I used. *All you need is one field to stop the conversion and right now you aren't getting the detail. One other thing. *Look thru the "Options" and see if there is any setting that could possibly create a problem. |
#8
| |||
| |||
|
|
On Aug 15, 1:12*am, Patrick Finucane <patrickfinucan... (AT) gmail (DOT) com wrote: On Aug 14, 4:16*pm, "Phil" <p... (AT) stantonfamily (DOT) co.uk> wrote: On 14/08/2011 20:12:20, Patrick Finucane wrote: On Aug 14, 4:13*am, "Phil" <p... (AT) stantonfamily (DOT) co.uk> wrote: On 14/08/2011 03:19:00, Patrick Finucane wrote: On Aug 13, 6:11*pm, "Phil" <p... (AT) stantonfamily (DOT) co.uk> wrote: I am trying to convert an Access 2010 BE Db (Tables only, no fancy cal cul ated fields or data macros) into Access 2003 format. I use the Save & Publi sh option aqnd get an error "Could not use 'C:\Phil Data\Access\MDB 201 W FTC Tab 2010.AccDb'; file already in use" error. That is the file I want to co nve rt and save as WFTCTab2003.Mdb. Any idea what's wrond please? Phil Maybe this link will help, maybe not. http://office.microsoft.com/en-us/ac...ccess-2010-dat.... There's a section on what may prevent it from converting in it. Can you export a single table and import it into 2003? Hi Patrick Tried that - created a new DB, Database9.AccDb, imported a single table a nd then tried the Save & Publish Exactly the same error message, obviously w ith Database9 instead of WFYCTab. Then tried creating a new DB, a default table is presented, so I filled i n 1 field, saved the table and got exactly the same results. Can it beanythi ng to do with trusted folders? After re-setting my Access folder & Sub-folde rs to trusted, re-booting the computer I now get a different message “You attempted to open a database that is already opened by user ‘Admin’ o n machine ‘PHIL-DESKTOP’. Try again when the database is available” I t is a similar sort of error message. Any further thoughts? Thanks Phil Hi Phil: With no personal experience with what you are experiencing about all I can do is ask some questions. *Maybe something will come out of it. Is this a one time deal or something you want to automate? Is it only tables you are converting? *As there queries, code, forms, in the db as well? *Regardless if they are being used. Are you running multiple databases in multiple versions of Access when you get the error? *IOW, is this the only app running? Are you running from code of from the debug window? If it's a one time deal I'd write the vba code to export it out, table by table, to excel or something and then open A2003 import it into the db just to get the job done. *Play with the "save and publish" after hours as a problem solving exercise. Hi Patrick This is a 1 off as a colleague has Access 2003 and I hope will be giving me a hand sort out some problems. The normal BE Db has tables only, The FEDb has everything forms, quereies, reports macros VBA, but as far as I know,nothing incompatible with Access 2003. Anyway my original posting referred tothe BE only. As I said, I even created a brand new Db with 1 table and couldn’t export that. I have only Access 2010, so your suggestion of creating a blank A2003 Db and importing tables via Excel is not on. Thanks again Phil I created Table1 in Junk.accdb. *I created the fields AnAutoNumber (primary key), AText, ADate, ACurrency, AnInteger, and ABoolean and simply took the defaults and entered 1 record. *Then I "saved & published" the accdb to Junk1.mdb (2003) and up popped Junk1.mdb. It'd be nice if you got a more detailed error message that'd tell you what tables or fields are inhibiting your conversion. Maybe write some code to see if there are any field types in your tables that are not in the list I used. *All you need is one field to stop the conversion and right now you aren't getting the detail. One other thing. *Look thru the "Options" and see if there is any setting that could possibly create a problem. Hi, I recently had a problem with trying to open an Access 2010 database in Access 2007, where it would only open as read-only. *I got round it by saving the file as an mdb rather than an accdb. *I think you can just change the filename in Windows Explorer as well. Hope this helps.- Hide quoted text - - Show quoted text - |
#9
| |||
| |||
|
|
I recently had a problem with trying to open an Access 2010 database in Access 2007, where it would only open as read-only. I got round it by saving the file as an mdb rather than an accdb. I think you can just change the filename in Windows Explorer as well. |
#10
| |||
| |||
|
|
I am trying to convert an Access 2010 BE Db (Tables only, no fancy calculated fields or data macros) into Access 2003 format. I use the Save & Publish option aqnd get an error "Could not use 'C:\Phil Data\Access\MDB 201 WFTCTab 2010.AccDb'; file already in use" error. That is the file I want to convert and save as WFTCTab2003.Mdb. Any idea what's wrond please? |
![]() |
| Thread Tools | |
| Display Modes | |
| |