ERROR: 'The property is read only and can't be set.'

majette97

Registered User.
Local time
Today, 18:46
Joined
Apr 26, 2001
Messages
23
Aname is a global variable which has a value.
When I code the following:

Forms!change_timecard!change_timecard_sub!txtAppName.text = Aname

I receive ERROR: 'The property is read only and can't be set.'

Where should I change the property so that the value will display?

Thanks for your quick responses!
 
Forms!change_timecard!change_timecard_sub.Form!txtAppName = Aname

[This message has been edited by Pat Hartman (edited 06-26-2001).]
 

Users who are viewing this thread

Back
Top Bottom