I am trying to keep track of duties that have been exchanged for other duties via a tblSwaps and a relative form which will have information about the old duty.
The main reference is DutyDateNew within the tblSwaps, which will be a match as same date in the tblDuties
The main frmDuties has an image "IcoSwap" which I would like to be set to not visible unless the duty has a history of changes, if visible I would like to be able to dblclick on the "IcoSwap" to open the frmSwap on the relevant record from the tblSwaps
I was thinking that somehow the icon should be linked to the query which extracts those duties that are related to swaps.
Thanks for the help
The main reference is DutyDateNew within the tblSwaps, which will be a match as same date in the tblDuties
The main frmDuties has an image "IcoSwap" which I would like to be set to not visible unless the duty has a history of changes, if visible I would like to be able to dblclick on the "IcoSwap" to open the frmSwap on the relevant record from the tblSwaps
I was thinking that somehow the icon should be linked to the query which extracts those duties that are related to swaps.
Thanks for the help