I have a Contacts table and a Transaction table,
What I want to do is to put a list of contacts on the form, and also the transaction but it should only display the transactions that match the contact I choose from the list.
In access I did it very easily by making a sub form and linking the ID fields but how do I do it in visual studio?
Start Free Trial