G
Gary B
ClientTable:
ClientPrimaryAutoIncKey
ClientName
ClientHistoryTable:
ClientHistoryPriAutoKey
ClientForeignKey
ClientHistoryNote
In this One To Many Relationship, I want to return the following:
ClientName, LastClientHistoryNote
Sorry, Thanks!
ClientPrimaryAutoIncKey
ClientName
ClientHistoryTable:
ClientHistoryPriAutoKey
ClientForeignKey
ClientHistoryNote
In this One To Many Relationship, I want to return the following:
ClientName, LastClientHistoryNote
Sorry, Thanks!