Sabtu, 02 Juli 2011

Re: [MS_AccessPros] Convert MDB to ACCDB

 

Hi Son,

a big issue, once you make sure the proper libraries are referenced, is confusion with objects like Recordset that can be DAO or ADO (ADODB). For this reason, it is a good idea to qualify them when you declare them.

change -->

dim db as database
dim rs as recordset

to -->

dim db as dao.database
dim rs as dao.recordset

... or adodb ... whatever applies. Then compile your code. Fix any statements that don't compile, then save and test. Dive in!

Warm Regards,
Crystal

*
(: have an awesome day :)
*

--- On Sat, 7/2/11, Watson L wrote:

>
>
> Dear all,
>  
> I created my software with Access 2002, and now I want to
> convert it to ACCDB format. Is All of my code that I created
> in Access 2002 can run well in ACCDB format ?
>  
> Please advice me. thanks
>  
> best regards,
>  
> Son
>

__._,_.___
MARKETPLACE

Stay on top of your group activity without leaving the page you're on - Get the Yahoo! Toolbar now.

.

__,_._,___

Tidak ada komentar:

Posting Komentar