Code working ? in Access 2007

L

LD

Why does some code I have created in Earlier version of Access Not work in
Access 2007....??????
 
G

George Nicholson

What code? How much earlier? Are the proper object library references set?

What do you mean by "not work"? Error messages? (which ones), nothing
happens? unexpected things happen? nothing happens?

There are probably an infinite number of answers to your very broad
question. If you'd like to provide more information, someone might be
willing to assist. If your question was rhetorical, have a nice weekend.
 
L

LD

I have code running on a On Format event.. When the code starts to run the
form tries to open & then just goes away..... when opened in Access 2003 of
earlier the code works fine & the Form opens....

I have found the solution.....!!!!!

It works in 2007 if On Format runs the code event =setImagePath_Signature()

It Works if the On Format in 2003 & earlier versions is
=[setImagePath_Signature]

But In 2007 you must have the () behind the event.. & eliminate the []
Otherwise it will not run the Event...

Thanks for your response...
 
Top