KavJack
Programmer
- Apr 1, 2001
- 46
I have a Form where one field in the Table is Transaction_Date which is entered by the operator. I also have another field in the same Table which just contains the TYear.
This field is not needed to be in the Form.
I want the TYear to be automatically updated after the Transaction Date has been entered.
Tyear = Year(Transaction_Date)
I realise that many people will feel that this is redundant data but having a separate field for TYear helps me visually see the records that are needed for, say, a Tax Year. Anyway despite the feelings that you have about this design can anyone help me by providing me with a solution to this problem.
I am using Windows Office XP.
This field is not needed to be in the Form.
I want the TYear to be automatically updated after the Transaction Date has been entered.
Tyear = Year(Transaction_Date)
I realise that many people will feel that this is redundant data but having a separate field for TYear helps me visually see the records that are needed for, say, a Tax Year. Anyway despite the feelings that you have about this design can anyone help me by providing me with a solution to this problem.
I am using Windows Office XP.