Board index » delphi » Batchmove a calculated field -or new field value
scott
![]() Delphi Developer |
Tue, 07 Sep 2004 01:15:55 GMT
Batchmove a calculated field -or new field value
Using Batchmove I want to be able to set a value for a field (a date field)
when I append some record... and so far I've had no luck. To explain: Table1 has two fields: CustNo(str) and Day(str). I want to archive these records to Table2, which has three fields: Date(date), CustNo(str) and Day(str). The date value for Table2 is based on a edit component that I have on a Form...I pick a date (the first Monday of a week), and from there work out what actual Dates the Days represent for any given week.... I have tried to add a calculated field to the query's field list... which i Any help is greatly appreciated. |