access vba: referencing other accdb's & late binding -



access vba: referencing other accdb's & late binding -

i'm working in access 2013 vba, trying collect back-end functions & user-defined types in separate package, separated code 2 .accdb files reference front-end back-end.

this seems work, user-defined types in back-end not visible front-end, forcing front-end instances of back-end types declared objects & public functions returning user-defined types defined in back-end.

this late-binding approach gives 1) no intellisense & 2) much less readable code.

when reference adodb, example, can utilize types such adodb.recordset (with intellisense). how behavior references other .accdb's?

vba access-vba late-binding

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -