I think what Shaun meant is something like in a form (say distributed to users of a survey - like in my case) - I need to figure out how to default certain fields to certain values. It would be nice if a user pops open the excel form survey and in the date field for example, today's date is already defaulted for them, so they do not have to enter it in the field. Obviously, other fields could have more specific defaults.
How do you force certain fields or controls to default to certain hardcoded (e.g. State = TX) or non-hardcoded (as in today's date using the today function) values?