G
Glint
Hi Guys,
I have two dynamic values, a date and a number, that I want to save in an
un-bound control in a form. I tried using the tag property of some text
boxes, but surprisingly, after setting the values the first time, the values
would not change thereafter. Here is what I did:
Forms!MyForm!MyControl.Tag=MyDate
This worked then. Now, it shows me my new value when I run the code. But
when I close the database, the old value is what I get next time I open it.
And I need the new values that next time.
I also tried using a label (caption property). I see the new values alright,
but next time I open the database, it is the old values that show up again.
How can I achieve my objective?
I have two dynamic values, a date and a number, that I want to save in an
un-bound control in a form. I tried using the tag property of some text
boxes, but surprisingly, after setting the values the first time, the values
would not change thereafter. Here is what I did:
Forms!MyForm!MyControl.Tag=MyDate
This worked then. Now, it shows me my new value when I run the code. But
when I close the database, the old value is what I get next time I open it.
And I need the new values that next time.
I also tried using a label (caption property). I see the new values alright,
but next time I open the database, it is the old values that show up again.
How can I achieve my objective?