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


majette97
06-26-2001, 10:23 AM
Aname is a global variable which has a value.
When I code the following:

Forms!change_timecard!change_timecard_sub!txtAppNa me.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!

Pat Hartman
06-26-2001, 10:42 AM
Forms!change_timecard!change_timecard_sub.Form!txt AppName = Aname

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