thegentleman
IS-IT--Management
I have a subform displaying a datasheet something like this:
Line ID | Booking Ref | Cost
----------------------------
1 | 625467 | 2567
2 | 625467 | 657
3 | 788676 | 7635
4 | 677788 | 764
Because it is a datasheet the user can highlight any number of rows by clicking the row selector to the left of the datasheet (like you do in Excel). I need to know the Line ID of each row that the user has highlighted.
Is this possible? If so how is it done.
Thanks in advance,
~tg
Line ID | Booking Ref | Cost
----------------------------
1 | 625467 | 2567
2 | 625467 | 657
3 | 788676 | 7635
4 | 677788 | 764
Because it is a datasheet the user can highlight any number of rows by clicking the row selector to the left of the datasheet (like you do in Excel). I need to know the Line ID of each row that the user has highlighted.
Is this possible? If so how is it done.
Thanks in advance,
~tg