Idjit
Clamoring Preschooler
- Local time
- Yesterday, 19:40
- Joined
- Apr 18, 2002
- Messages
- 216
I'm designing a form for entering a person's residential history, with each record recording one residence for an individual. What I'd like to do is this:
The user enters in the year a person moved from a particular location ([YrEnded]), then clicks a command button to go to a new record to enter the information for the next residence.
I want the ending year of the residence they just entered to automatically fill in as the beginning year ([YrBegan]) for the next residence. Is there a way to do this, preferably using macros rather than VB (note the nic)?
I hadn't planned on even including [YrBegan] because I saw it as a redundant field, but this will make things easier for the analysts and also allow me to include a validation so that the user can't enter an ending year that is earlier than the beginning year.
The user enters in the year a person moved from a particular location ([YrEnded]), then clicks a command button to go to a new record to enter the information for the next residence.
I want the ending year of the residence they just entered to automatically fill in as the beginning year ([YrBegan]) for the next residence. Is there a way to do this, preferably using macros rather than VB (note the nic)?
I hadn't planned on even including [YrBegan] because I saw it as a redundant field, but this will make things easier for the analysts and also allow me to include a validation so that the user can't enter an ending year that is earlier than the beginning year.