Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Access 2002 Packaging Wizard problem

6 views
Skip to first unread message

MelV

unread,
Jan 6, 2011, 3:43:43 PM1/6/11
to
Hello!

I have an access database 2002. I'm using the Package wizard with
runtime to install it. But since I made a reference to Microsoft
VBscrit Regular Expression 5.5, I'm not able to do a package. I have
an error 35603 Invalid Key. The program is compiling very well and I
can't unchecked the reference because I'm using it in my code.

Thanks for helping me!

Tony Toews

unread,
Jan 6, 2011, 8:02:07 PM1/6/11
to

As an alternative can you use late binding on the VBScript regular
expression?

Late binding means you can safely remove the reference and only have
an error when the app executes lines of code in question. Rather than
erroring out while starting up the app and not allowing the users in
the app at all. Or when hitting a mid, left or trim function call.

This also is very useful when you don't know version of the external
application will reside on the target system. Or if your organization
is in the middle of moving from one version to another.

For more information including additional text and some detailed links
see the "Late Binding in Microsoft Access" page at
http://www.granite.ab.ca/access/latebinding.htm

Tony
--
Tony Toews, Microsoft Access MVP
Tony's Main MS Access pages - http://www.granite.ab.ca/accsmstr.htm
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
For a convenient utility to keep your users FEs and other files
updated see http://www.autofeupdater.com/

0 new messages