J
Johannes St.
Hello,
i have i big problem in access (winxp, officexp).
i want to change the TAG of a control and then to Save it.
dim ctrl as control
For Each ctrl In FRM.Controls
ctrl.Tag = 111
' now i want to make this configuration persistent
' but how ????????
' because there is now SAVE method of this control
....
kind regards
johannes
i have i big problem in access (winxp, officexp).
i want to change the TAG of a control and then to Save it.
dim ctrl as control
For Each ctrl In FRM.Controls
ctrl.Tag = 111
' now i want to make this configuration persistent
' but how ????????
' because there is now SAVE method of this control
....
kind regards
johannes