access & windows xp

M

mark

we're trying to use access 2000 (part of office rooo
profesional SR) on new HP/compaq machine that has xp pro
on it.
on clicking a button to jump between forms we get the
following message:-

The expression On Click you entered as the event peroperty
setting produced the following error:-

Can't find roject or library. The expression may not
result in the name of a macro, the name of a user defined
function, or an [event proceedure].

There may have been an error evaluating the function,
event, or macro.
..
 
G

Guest

It sounds like the button OnClick calls an expression
e.g. "=MyFunctionToChangeScreen()" - if so, changing this
to a proper VBA [event procedure] might clarify the
problem.
 
G

Gega Dordevic

mark said:
we're trying to use access 2000 (part of office rooo
profesional SR) on new HP/compaq machine that has xp pro
on it.
on clicking a button to jump between forms we get the
following message:-

The expression On Click you entered as the event peroperty
setting produced the following error:-

Can't find roject or library. The expression may not
result in the name of a macro, the name of a user defined
function, or an [event proceedure].

There may have been an error evaluating the function,
event, or macro.
.
 

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