mcdhappy80
Registered User.
- Local time
- Today, 14:16
- Joined
- Jun 22, 2009
- Messages
- 347
I'm receiving this error:
I tried this two lines of code (before the bolded one which causes error)
First to empty the field intDana2, which I want to hide, because I don't need to save it, and second to change focus on other field, but now I'm getting the above message that I need to save the field.
How do I fix this?
Thank You.

I tried this two lines of code (before the bolded one which causes error)
Code:
Me.intDana2.Undo
Me.intDana1.SetFocus
[B]Me.intDana2.Visible = False[/B]
How do I fix this?
Thank You.
Last edited: