G
Guest
I have found a great deal of info on this subject but I cannot get darn thing
to work. I have a form: instruments, with a combo box:inststate, this box is
populated by a statement in row source SELECT tmst.state FROM tmst GROUP BY
TMST.STATE ORDER BY TMST.STATE; row source type is table/query, control
source is inststate, tmst is a table that houses all states and their
counties, state is listed beside every desc(county) that's why the group by.
I have a second combo box instcounty a, row source SELECT TMST.STATE,
TMST.DESC FROM TMST WHERE (((tmst.STATE)=FORMS!INSTRUMENTS!INSTSTATE)); row
source type table/query, control source is instcounty a. Hopefully I have
given enough info for help but if not let me know. I have used examples and
everything from the ms web site and I am just plain not getting please
Helllpppp!
GCG
to work. I have a form: instruments, with a combo box:inststate, this box is
populated by a statement in row source SELECT tmst.state FROM tmst GROUP BY
TMST.STATE ORDER BY TMST.STATE; row source type is table/query, control
source is inststate, tmst is a table that houses all states and their
counties, state is listed beside every desc(county) that's why the group by.
I have a second combo box instcounty a, row source SELECT TMST.STATE,
TMST.DESC FROM TMST WHERE (((tmst.STATE)=FORMS!INSTRUMENTS!INSTSTATE)); row
source type table/query, control source is instcounty a. Hopefully I have
given enough info for help but if not let me know. I have used examples and
everything from the ms web site and I am just plain not getting please
Helllpppp!
GCG