Rocky Smolin
rockysmolin at bchacc.com
Mon May 19 18:01:43 CDT 2014
Dear List:
I had a 2003 mdb with a problem - not important what it was - had to do with
odd mouse behavior in design view.
Anyway, I imported all the objects into a blank mdb and everything works
better except:
lblVersion.Caption = "Version " &
Right(CurrentDb.Properties("AppTitle"), _
Len(CurrentDb.Properties("AppTitle")) - 46)
works perfectly in the previous version and all versions of this app going
back to day 1.
In this new one it throws the error 3270 - Property Not Found.
Checked the references - identical between the two mdbs.
Any idea what to look for next?
MTIA
Rocky