L
ladybug via AccessMonster.com
I have a table called tbl_status. In this table there are 7 fields.
status_id Autonumber
lif_id Number
status Text
sub_by Text
status_dt Date/Time
approved_dt Date/Time
notes Memo
I need to create a query that returns me the most current status that a
lif_id is in. This means that I need to know the one status with the most
current date and if there is more than one entry on that date return the
status with the higher lif_id.
I have no idea how to do this in a query. Can someone help me?
status_id Autonumber
lif_id Number
status Text
sub_by Text
status_dt Date/Time
approved_dt Date/Time
notes Memo
I need to create a query that returns me the most current status that a
lif_id is in. This means that I need to know the one status with the most
current date and if there is more than one entry on that date return the
status with the higher lif_id.
I have no idea how to do this in a query. Can someone help me?