Hi all
I have a form with fields the user fills out, once this is done they click a button to save and close the form, in the Button I want it to automatically put the fields into the correct Capitalization, how can I do this in the VBA code?
Button name: BtnSaveNewUser (OnClick)
Field Forname: TxbForename (vbProperCase)
Field Surname: TxbSurname (vbUpperCase)
Thanks in advanced
Stu
I have a form with fields the user fills out, once this is done they click a button to save and close the form, in the Button I want it to automatically put the fields into the correct Capitalization, how can I do this in the VBA code?
Button name: BtnSaveNewUser (OnClick)
Field Forname: TxbForename (vbProperCase)
Field Surname: TxbSurname (vbUpperCase)
Thanks in advanced
Stu