mtagliaferri
Registered User.
- Local time
- Today, 20:10
- Joined
- Jul 16, 2006
- Messages
- 538
As part of a wider project I am trying to figure out how to copy the value from a field from a primary table into a field into a secondary table within a relationship one-to-many.
Basically on entering the date in the primary table as soon as one or more records are added in the secondary table the date from the primary table is copied in the date field in the related record, this should be done possibly with an after update when a value is entered in another in the TimeStart
the below example is for the user to enter the PlannedDate field, then once the TimeStart has been filled the OrderDate value is copied from the PlannedDate on the main form
Basically on entering the date in the primary table as soon as one or more records are added in the secondary table the date from the primary table is copied in the date field in the related record, this should be done possibly with an after update when a value is entered in another in the TimeStart
the below example is for the user to enter the PlannedDate field, then once the TimeStart has been filled the OrderDate value is copied from the PlannedDate on the main form