A
Andrew
Hi,
I have a form with a text box and a button on it. When the user clicks on
the button text is MEANT TO BE entered into the text box. I use the
statement:
[Buying Office Comments].Value = "SOH: = " & [ON_HAND] & ", SOO: = " &
[ON_ORDER]
However, when I clicked on the button nothing happened. If I closed the
form and re-opened it the text was there. Then if I clicked and 'alt-tabbed'
to the VBA box and back it appeared!
Then I found if I clicked on the button and dragged a dialogue box (of any
type) ofver the text it magically appeared!!!!
Now, this may be good if this is the result I was looking for but alas it is
not.
I tried this on another PC with the same result. We are using Access 2000
and XP.
Can anyone please assist.
I have a form with a text box and a button on it. When the user clicks on
the button text is MEANT TO BE entered into the text box. I use the
statement:
[Buying Office Comments].Value = "SOH: = " & [ON_HAND] & ", SOO: = " &
[ON_ORDER]
However, when I clicked on the button nothing happened. If I closed the
form and re-opened it the text was there. Then if I clicked and 'alt-tabbed'
to the VBA box and back it appeared!
Then I found if I clicked on the button and dragged a dialogue box (of any
type) ofver the text it magically appeared!!!!
Now, this may be good if this is the result I was looking for but alas it is
not.
I tried this on another PC with the same result. We are using Access 2000
and XP.
Can anyone please assist.