M
marko
Hi!
I ahve a form with a record source, it is a continuos form.
How can i say to access that i want to format my field which name is
"Date" when a user presses a toogle button?
I tried:
If toogle7=true then Date.BackColor=42790
but it wont work.
Do i have to say something like docmd.GotoControl.... before?
Please help! I'm pretty new at VBA!
Thanks
Marko
I ahve a form with a record source, it is a continuos form.
How can i say to access that i want to format my field which name is
"Date" when a user presses a toogle button?
I tried:
If toogle7=true then Date.BackColor=42790
but it wont work.
Do i have to say something like docmd.GotoControl.... before?
Please help! I'm pretty new at VBA!
Thanks
Marko