[AccessD] AppTitle Property

Rocky Smolin rockysmolin at bchacc.com
Mon May 19 18:44:01 CDT 2014


Well it's in the Open event of the opening form. I re-imported the opening
for from the previous version where it's working but the re-imported form
fails as well. 

One of those enduring Access mysteries.

Rocky


-----Original Message-----
From: accessd-bounces at databaseadvisors.com
[mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Darryl Collins
Sent: Monday, May 19, 2014 4:13 PM
To: Access Developers discussion and problem solving
Subject: Re: [AccessD] AppTitle Property

Hi Rocky,

I would (first copy the code to notepad and then) delete and rebuild the
label control and then paste the original code into the new control.
Sometimes Access controls just go *plurk* and the only option seems to be to
replace them with a new one.

I know that has worked for me in the past when I have had similar / same
issues.

Cheers
Darryl.

-----Original Message-----
From: accessd-bounces at databaseadvisors.com
[mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Rocky Smolin
Sent: Tuesday, 20 May 2014 9:02 AM
To: 'Access Developers discussion and problem solving'
Subject: [AccessD] AppTitle Property

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
 
--
AccessD mailing list
AccessD at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/accessd
Website: http://www.databaseadvisors.com

--
AccessD mailing list
AccessD at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/accessd
Website: http://www.databaseadvisors.com



More information about the AccessD mailing list