Hi

I haven't used VB in decades and I'm restarting with what I thought would be a simple program.

I have two fields on a little form, both of which display a date (dd/mm/yyyy). Field1 is an entry field except on load where is contains a date calculated from field2 (which is 'now' upon application load). Field1 is 'now' + 10 days. This is the default state.

Once loaded (with the data described above), the user can input only in field1. Field2, an inactive field used only for display, is field1 - 10 days. After 15 seconds, fields 1 and 2 revert to their default states as described in the first paragraph.

I'm getting all messed up with the 'on load' state. Can anyone give me a bit of guidance, please? I'll start playing with the timer once I get the initial stuff done.

Thank you for any help.

Cheers,

Notwen