Table to collect information

  • Thread starter Thread starter Dick
  • Start date Start date
D

Dick

Can anyone tell me how construct a table that collects
and retains annual imformation like dues without
overwriting the previouse years entry.
I'm lost - and can sure use the help Thanks
 
Sounds as if you need a field in your table to identify the year of the
entry.
If you set its DefaultValue to =Year(Date()),
it should automatically fill with the current year when a new record is
created.

HTH
- Turtle
 
Back
Top