G
Guest
I have generally followed the practice of keying a detail table in a simple
header, detail structure with the header key and a line or record number.
For an orders application, for instance, the order detail table would have
the order number and the order line number as keys. I don't want to use the
auto number field type for the line number, because I want the lines to start
at 1 for each new order. Since Access doesn't have a specifice record level
event, where do I place the code to increment the counter? How do you keep
it from firing everytime a control in the current record is updated?
DM
header, detail structure with the header key and a line or record number.
For an orders application, for instance, the order detail table would have
the order number and the order line number as keys. I don't want to use the
auto number field type for the line number, because I want the lines to start
at 1 for each new order. Since Access doesn't have a specifice record level
event, where do I place the code to increment the counter? How do you keep
it from firing everytime a control in the current record is updated?
DM