rhernand
Registered User.
- Local time
- Today, 03:22
- Joined
- Mar 28, 2003
- Messages
- 96
I have a Form that I use to insert records to a table. The STATE field is not on the Form, but needs to be populated on the table based on the TOWNCODE field that is on the Form. If the TOWNCODE entered on the Form is > 20 then the STATE is 2, else the STATE is 1. How can I do this?