C
Chris
I use Column(x) to retrieve an item from a combo box selection, via an after
update event.
Example: me.mycontrol = cbo.column(3)
The column is formatted correctly for dates, etc., but my "mycontrol" does
not carrry the format. Ok...so I format that control, even trying input
mask. No joy.
How do I format "mycontrol" after retrieving from a combo box?
update event.
Example: me.mycontrol = cbo.column(3)
The column is formatted correctly for dates, etc., but my "mycontrol" does
not carrry the format. Ok...so I format that control, even trying input
mask. No joy.
How do I format "mycontrol" after retrieving from a combo box?