tag:blogger.com,1999:blog-7176045.post114484467302496334..comments2007-12-24T13:05:35.871+03:00Comments on Alex & Access: How to export objects to secured databaseAlex Dybenkohttp://www.blogger.com/profile/16954512620659022712noreply@blogger.comBlogger6125tag:blogger.com,1999:blog-7176045.post-43110153030661292592007-12-24T13:05:00.000+03:002007-12-24T13:05:00.000+03:00Hi,open secured DB as above and then run:dbsData.E...Hi,<BR/>open secured DB as above and then run:<BR/><BR/>dbsData.Execute "Delete * From MyTable Where ID=xxx"Alex Dybenkohttp://www.blogger.com/profile/16954512620659022712noreply@blogger.comtag:blogger.com,1999:blog-7176045.post-42020671066953869342007-12-24T09:57:00.000+03:002007-12-24T09:57:00.000+03:00Hi AlexThank you for your help.I want to insert so...Hi Alex<BR/>Thank you for your help.<BR/>I want to insert some records in to a table in a secured database, and before to do that, i want to delete and empty the table first.<BR/>best regards:<BR/>jack martinAnonymousnoreply@blogger.comtag:blogger.com,1999:blog-7176045.post-16855891514782887332007-08-02T00:22:00.000+04:002007-08-02T00:22:00.000+04:00I had the same problem where transferdatabase did ...I had the same problem where transferdatabase did not work for the "CurrentProject" (forms, reports etc.) but worked for "CurrentData" (tables, queries etc.)<BR/><BR/>If this happens between two MS Access databases, try the same export/import from the MS Access application (File->Get External Data->Import), it might give you some insight as to why the code is not working.<BR/><BR/>In my case, the source database was protected with a password and once I removed it (in the VBA window, Tools -> (project) Properties -> Protection tab) the transferdatabse code worked for forms, reports etc.Anonymousnoreply@blogger.comtag:blogger.com,1999:blog-7176045.post-46487107473953817152007-03-15T03:24:00.000+03:002007-03-15T03:24:00.000+03:00when I try to do this I get 2501 transferdatabase ...when I try to do this I get 2501 transferdatabase action was cancelled???billhttp://www.blogger.com/profile/07747096564327875549noreply@blogger.comtag:blogger.com,1999:blog-7176045.post-1153169532827358932006-07-18T00:52:00.000+04:002006-07-18T00:52:00.000+04:00Hi, same code should work alsoHi, same code should work alsoAlex Dybenkohttp://www.blogger.com/profile/16954512620659022712noreply@blogger.comtag:blogger.com,1999:blog-7176045.post-1153162091814660322006-07-17T22:48:00.000+04:002006-07-17T22:48:00.000+04:00what if both of the db's are password protectedwhat if both of the db's are password protectedAnonymousnoreply@blogger.com