Hello
I've just joined, and this is my first question!
I have an 2003 MS Access Form named frmCurrentBills with a text field in the form txtboxBackgroun d.
The default font for the data in that field is Arial 10 (set everywhere as far as I can see), but often after a cut and paste to that field from an external source the font ends up being the external source font, which results in me having to manually reformat.
I want to a macro or event that will go to that txtboxBackgroun d, select the data, and change the data to Arial 10.
DoCmd.GoToContr ol "txtBoxBackgrou nd" will take me there, but I can’t get passed this.
Any help would be much appreciated.
I've just joined, and this is my first question!
I have an 2003 MS Access Form named frmCurrentBills with a text field in the form txtboxBackgroun d.
The default font for the data in that field is Arial 10 (set everywhere as far as I can see), but often after a cut and paste to that field from an external source the font ends up being the external source font, which results in me having to manually reformat.
I want to a macro or event that will go to that txtboxBackgroun d, select the data, and change the data to Arial 10.
DoCmd.GoToContr ol "txtBoxBackgrou nd" will take me there, but I can’t get passed this.
Any help would be much appreciated.
Comment