Hello from an occasional amateur user of 2010.
I have a functioning accdb for the display of historical military information.
One part of this is the display of a persons rank by using [tblpersons.id0rank] passed to [tblranks.id] via a query on a subform. This works as expected. ([tblranks] fields are in numerical and text sequence)
I would now like to add a feature that allows for promotions (ie change of rank on a specific date).
I am using a limited date range so could have a default date somewhere in the future for comparison purposes so that all calculations are in the same direction (negative).
This box wont give more room to explain problem .... so can I compare dates and subtract "1" from a field value using an IIF statement in subform query ?
I have a functioning accdb for the display of historical military information.
One part of this is the display of a persons rank by using [tblpersons.id0rank] passed to [tblranks.id] via a query on a subform. This works as expected. ([tblranks] fields are in numerical and text sequence)
I would now like to add a feature that allows for promotions (ie change of rank on a specific date).
I am using a limited date range so could have a default date somewhere in the future for comparison purposes so that all calculations are in the same direction (negative).
This box wont give more room to explain problem .... so can I compare dates and subtract "1" from a field value using an IIF statement in subform query ?