The problem is that the field that I want to bring in isn't in the recordsouce...and it would be really complicated to link it together (they are big and distinct queries).
The bound textbox (remarks) is part of a form that has the question "does the client have any existing policies?". What I want to do is, if we have policies stored for this client in our database, copy them into the 'Remarks' textbox...
I can't simply call the field "policy" because there can be multiple entiries (hence the need for a specific query). So what I want to do, to keep things easy, is simply call the field (PolicyID) from the query and have this value (if there is one) populate the 'remarks' textbox....
How do you do this?