I have a little situation with some date fields. I have 3 fields:
- is called Date Entered - this is the actual date the record is entered.
- is called Date of Finding - this is the date the event actually happened.
- is just a Date field - this field need to have the same value as DateofFinding without having to type it twice in ASP if that is possible? Can I just do an EVENT as after update that will pull date into a Date text box on the add screen so when it get in Access it show the same date as Dateof finding instead of the date entered?
I hope this make sense. I know they can just type the DateofFinding date twice but would be easier if it can just be generated into another field automatically.
Thanks