I'm afraid I need some assistance once again. This is what I want to do, but am having trouble getting it to work properly.
I have two tables linked on the "ClientNo" field. This is the key field for the parent table, and one of the key fields in the child table. With a form for the parent table open, I want a button to function as a query, pulling up all records in the child table with "ClientNo" value the same as the current open record in the parent table. I don't want the user to have to input anything, I simply want the button to automatically pass the "ClientNo" value of the open parent table record into the query, then open all the records from the child table with this value in table view, so the user will be able to see all the records from the child table attached to that particular record of the parent table at the same time.
I hope this makes sense, as I am not very good at trying to explain it this way. Thanks for your help.
I have two tables linked on the "ClientNo" field. This is the key field for the parent table, and one of the key fields in the child table. With a form for the parent table open, I want a button to function as a query, pulling up all records in the child table with "ClientNo" value the same as the current open record in the parent table. I don't want the user to have to input anything, I simply want the button to automatically pass the "ClientNo" value of the open parent table record into the query, then open all the records from the child table with this value in table view, so the user will be able to see all the records from the child table attached to that particular record of the parent table at the same time.
I hope this makes sense, as I am not very good at trying to explain it this way. Thanks for your help.