Hello,
I have a Main Form named DATA and a Subform named SPEC. A query named DATA QUERY saves all the data from both the forms.
I am making a new form named FORM1 which has a LIST BOX named LIST1. I use LIST BOX WIZARD to create the same. I use QUERY to populate this list box.
The problem is that LIST1 is populated with the data of the QUERY and not the COLUMN NAMES of the DATA QUERY.
Kindly help.
Thanks in advance.
I have a Main Form named DATA and a Subform named SPEC. A query named DATA QUERY saves all the data from both the forms.
I am making a new form named FORM1 which has a LIST BOX named LIST1. I use LIST BOX WIZARD to create the same. I use QUERY to populate this list box.
The problem is that LIST1 is populated with the data of the QUERY and not the COLUMN NAMES of the DATA QUERY.
Kindly help.
Thanks in advance.
Comment