Hi all..
I am trying to put a combo drop down box on my form. The form is not based off a table or query. It is just going to be used for generating reports.
When I use the combo box tool and I have it look up a query. It only shows the PK for that query. Their are two fields in the query thou.
qryluTblReason
ReasonID (pk)
Reason
It is only showing me ReasonID, so the drop down is only giving me the numbers. Usually it shows me all the fields I can choose from. I have tried to set the column count on a hope that it would shoe me column two but it didn't.
Can someone tell me what I did wrong?
I have attached a stripped down version.
R~
I am trying to put a combo drop down box on my form. The form is not based off a table or query. It is just going to be used for generating reports.
When I use the combo box tool and I have it look up a query. It only shows the PK for that query. Their are two fields in the query thou.
qryluTblReason
ReasonID (pk)
Reason
It is only showing me ReasonID, so the drop down is only giving me the numbers. Usually it shows me all the fields I can choose from. I have tried to set the column count on a hope that it would shoe me column two but it didn't.
Can someone tell me what I did wrong?
I have attached a stripped down version.
R~