C
cathyt
I have a form with a subform on it. The subform has 5 fields, set up as
datasheet view:
ID (autonumber)
Start
End
Qty (sum of end-start)
Line Type (combo box)
I've been asked to see if the 'End' can automatically be entered at the
'Start' on the next line; however, there is upon occassion the need to change
the start number. For example:
ID Start End Qty Line
1 0 215 215 (whatever)
1 215 300 85 (whatever)
1 325 350 25 ""
It would end there; continue to next record. I've been racking my brain and
just can't seem to get anything from it. Thanks for any help!
Cathy
datasheet view:
ID (autonumber)
Start
End
Qty (sum of end-start)
Line Type (combo box)
I've been asked to see if the 'End' can automatically be entered at the
'Start' on the next line; however, there is upon occassion the need to change
the start number. For example:
ID Start End Qty Line
1 0 215 215 (whatever)
1 215 300 85 (whatever)
1 325 350 25 ""
It would end there; continue to next record. I've been racking my brain and
just can't seem to get anything from it. Thanks for any help!
Cathy