Hey
I am having a problem with a table. I want to setup a table with a series of combo boxes. Each of these combo boxes will be taking its data from a Host Query, and each of these combo boxes will be dependent on the last boxes.
I am unable to create a link for this, and any help from you folks would be highly highly appreciated.
As an example, if I have 10 columns in my "combo-table". All of the data that is to go within these columns are hosted by "host-query". In column A I want to be able to get all the unique records from "host-query". In column B, I want to get records from "host-query" which agree with the dependency with column A. And so on and so forth.
A dummy row source that I created (incorrectly, and hence doesn't function) is
SELECT qry_HostQuery.B FROM qry_HostQuery INNER JOIN tbl_ComboTable ON qry_HostQuery.A=tbl_ComboTable.B.rowsource GROUP BY qry_QueryHost.B;
Any help!
I am having a problem with a table. I want to setup a table with a series of combo boxes. Each of these combo boxes will be taking its data from a Host Query, and each of these combo boxes will be dependent on the last boxes.
I am unable to create a link for this, and any help from you folks would be highly highly appreciated.
As an example, if I have 10 columns in my "combo-table". All of the data that is to go within these columns are hosted by "host-query". In column A I want to be able to get all the unique records from "host-query". In column B, I want to get records from "host-query" which agree with the dependency with column A. And so on and so forth.
A dummy row source that I created (incorrectly, and hence doesn't function) is
SELECT qry_HostQuery.B FROM qry_HostQuery INNER JOIN tbl_ComboTable ON qry_HostQuery.A=tbl_ComboTable.B.rowsource GROUP BY qry_QueryHost.B;
Any help!