A
ag20
I am having a problem with Access 2003.
I have a form "Form1" with
Public Property Get abc() As String
abc = "ABC"
End Property
I have a text box on the form and when I set the default property to
=[abc]
and run the form I get "#Name?" in the text box.
On my Access 97 and Access 2000 the "ABC" always shows up
when I run the form.
What do I have to do to get this to work?
I have a form "Form1" with
Public Property Get abc() As String
abc = "ABC"
End Property
I have a text box on the form and when I set the default property to
=[abc]
and run the form I get "#Name?" in the text box.
On my Access 97 and Access 2000 the "ABC" always shows up
when I run the form.
What do I have to do to get this to work?