Rich_Lovina
Registered User.
- Local time
- Tomorrow, 06:44
- Joined
- Feb 27, 2002
- Messages
- 225
In my MainForm I use an After_Update event to create capitals, i.e.
Me.[MyCombo] = StrConv(Me.[MyCombo], vbUpperCase)
....but in the related table the text remains LowerCase.
Is there anyway to ensure reltable or MainForm hold UpperCase, irrespective of user's entry?
Me.[MyCombo] = StrConv(Me.[MyCombo], vbUpperCase)
....but in the related table the text remains LowerCase.
Is there anyway to ensure reltable or MainForm hold UpperCase, irrespective of user's entry?