I have form with a combo box that displays error messages from Table A.
These error messages are linked to Table B via an ID.
The other table also contains an error message.
I can obviously display the error message and ID from Table A in the drop down box.
What I want to be able to do is display the error message from TableA and also the error message from Table B.
Is this possible and if so how?
The control is bound to a further table but the ROW source is via a select statement. Is it as simple as changing the select to some query? If so how do I select the fields to display or are all the fields in the query displayed?
These error messages are linked to Table B via an ID.
The other table also contains an error message.
I can obviously display the error message and ID from Table A in the drop down box.
What I want to be able to do is display the error message from TableA and also the error message from Table B.
Is this possible and if so how?
The control is bound to a further table but the ROW source is via a select statement. Is it as simple as changing the select to some query? If so how do I select the fields to display or are all the fields in the query displayed?