I just finished a customer demo of a new application.
My customers asked me to build another form reached by clicking a command button on the main form.
The two forms (and underlying tables) are tied via a tracking number (autonumber) field.
They are planning on generating notes on this second form, sometimes many for a single tracking number.
They would like to have these notes ID'd by a sequence number, ie:
Tracking Number = 100, sequence # 1
Tracking Number = 100, sequence # 2
Tracking Number = 100, sequence # 3
These sequence numbers need to start at 1 for each tracking ID-
Is there a simple way to do this?
Thanks,
Dave
My customers asked me to build another form reached by clicking a command button on the main form.
The two forms (and underlying tables) are tied via a tracking number (autonumber) field.
They are planning on generating notes on this second form, sometimes many for a single tracking number.
They would like to have these notes ID'd by a sequence number, ie:
Tracking Number = 100, sequence # 1
Tracking Number = 100, sequence # 2
Tracking Number = 100, sequence # 3
These sequence numbers need to start at 1 for each tracking ID-
Is there a simple way to do this?
Thanks,
Dave