Hi All,
I have a row source query that has 4 fields: Project number, Project name, Project code and Business unit. Project number is the combo box with the query and works fine. Project description is a text box that references [Query].[Column](1) and also works, but Project code and Business unit are coming up blank when using [Query].[Column](2) and [Query].[Column](3). What am I doing wrong?
Thanks in advance,
Eric