I changed but got a error message. I try below and seems is working. I am using "Me!" but you use "Me." It seems both are working fine. I wonder if there is any different between them
Private Sub Form_Load(
Me!tglButton1.DefaultValue = "Yes
End Su
"yes" is not recognized as an allowed value for the actual control's value
property (used when referencing it with .)
when you use ! access evaluates it for you and interprets it (correctly) as
beeing an "alias" for True (numeric value -1)
HTH
Pieter
Jenny said:
I changed but got a error message. I try below and seems is working. I
Hi Pieter, actually I tried "!" and ".". Access evaluates both and interprets correctly a
being an "alias" for True (numeric value -1)
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.