November 11, 200520 yr Newbies Apologies if this is covered elsewhere on this forum but don't have the chance to search properly at the moment. Two questions: 1. I have a radio button field with three options. When I create a new record I want the first button to be already selected by default but at the moment all three are just empty. Is this possible? 2. Is there a simple way to force a field to use Title Case. For instance if I'm lazy and type in, say germany (ie. with a lower case 'g') as I click return i want it to change automatically to Germany. I would want it change it for all words in the field - say I typed in south africa it would automatically make it South Africa. I sort of worked out a way to do it with a calculation using Left (... but that only worked for the first word. Thanks for any help. Quite happy to be pointed towards another section of this forum if I should have posted there instead.
November 11, 200520 yr 1. Auto-Enter data: your default value 2. Auto-Enter Calculated value = Proper ( yourField ) Uncheck the "Do not replace..." option.
Create an account or sign in to comment