G
Guest
I would like to change the labels on my input controls programmatically which
I realize I can do with Me.Caption = ...
But I need to change all the labels on a form from one language to another.
I can store all the label texts in a table with a column for the target
language. But I'm not seeing how to load those. If I use a DLookUp (for each
Me.Caption), that's a ton of DLookups for one form and a huge performance hit.
How have others done this?
I realize I can do with Me.Caption = ...
But I need to change all the labels on a form from one language to another.
I can store all the label texts in a table with a column for the target
language. But I'm not seeing how to load those. If I use a DLookUp (for each
Me.Caption), that's a ton of DLookups for one form and a huge performance hit.
How have others done this?