I am trying to resolve a problem I'm experiencing in Access 2000.
I have an unbound control which is set be code on the open event of a
form. However when I try to subsequently run some code which references
the value in the unbound control, the code cannot see the value set. If
however I manually type in the value into the unbound control the code
works fine.
I have tried to Refresh and Repaint the form, but this does not solve
the problem.
If anyone can suggest a solution, I would be very greatfull.
TIA
Trevor
;)
I have an unbound control which is set be code on the open event of a
form. However when I try to subsequently run some code which references
the value in the unbound control, the code cannot see the value set. If
however I manually type in the value into the unbound control the code
works fine.
I have tried to Refresh and Repaint the form, but this does not solve
the problem.
If anyone can suggest a solution, I would be very greatfull.
TIA
Trevor
;)
Comment