M
marshall remmele
I have a database where table A stores issues, and table B stores all the updates to those issues. Table B also has the pk from table A to maintain the connection. Table A and B have autonumbers for their pk.
I am trying to build a query that will only pull the most recent update from table B for every issue in table A.
Hopefully I have provided enough details, thank in advance.
I am trying to build a query that will only pull the most recent update from table B for every issue in table A.
Hopefully I have provided enough details, thank in advance.