G
Guest
I have an unbound control in the head of a form to select an item. I put a
code on the AfterUpdate property to pass the focus to a control in the body
of the form:
Me.DeliveryDate.Setfocus
I always get an error message that the focus cannot be passed to this
control. I changed "Me" to the full description of the form, no result. There
is no explanation why. Could u figure out what can be wrong?
Thanks in advance for your kind assistance.
code on the AfterUpdate property to pass the focus to a control in the body
of the form:
Me.DeliveryDate.Setfocus
I always get an error message that the focus cannot be passed to this
control. I changed "Me" to the full description of the form, no result. There
is no explanation why. Could u figure out what can be wrong?
Thanks in advance for your kind assistance.