Format() & Left() failing in query; only in runtime

M

Max Moor

Hi All,

I have an Access 2002 app. When I run it in full Access, in my
development environment, everything is fine. It's still fine after making an
MDE file.

I use SageKey's wizard to create a distribution package. Once
installed, there are a couple of queries that don't work. In fact they fail
quite silently, leaving their associated listbox or subform empty.

I've tracked the problem down to having Format() or Left() calls in the
queries. If I remove them, although the data isn't displayed as pretty as
I'd like, the runtime version works just fine. Something in the runtime libs
isn't working with those function calls in queries right.

Does this sort of symptom sound familiar to anyone? I'm stuck.

Regards,
Max
 
J

Jerry Whittle

Most likely a reference is missing or broken. I don't know enough about
Sagekey to guess if it isn't packaging up the right files or not, but that's
where I'd start looking.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top