C
CrazyAccessProgrammer
Does setting a form's DataEntry property to TRUE in VBA trigger the form's
OnCurrent event?
On my form i put the following code in my form's OnCurrent Event:
Me.Form.DataEntry=True
The result is an endless loop, I have to ctrl-break to get back to design
mode. Is this normal? I ask because in Access Help it doesn't mention this if
what I'm experiencing is normal.
OnCurrent event?
On my form i put the following code in my form's OnCurrent Event:
Me.Form.DataEntry=True
The result is an endless loop, I have to ctrl-break to get back to design
mode. Is this normal? I ask because in Access Help it doesn't mention this if
what I'm experiencing is normal.