C
CY
Nikos
Thanks for your help with my combo box problem. I tried what you suggested
but am having trouble.
Here's what the rowsource currently says:
SELECT tblNewUtilityCo.UtilityID, tblNewUtilityCo.State,
tblNewUtilityCo.UtilityCo, tblNewUtilityCo.Type
FROM tblNewUtilityCo
WHERE (((tblNewUtilityCo.State) Like [Forms]![frm-MasterForm]![State]) AND
((tblNewUtilityCo.Type)="electricity"));
I just added the
SELECT " Select a Utility Company", "", ""
to the top of it but I get an error
Query input must contain at least one table or query"
Did I do something wrong??
Thanks!
Thanks for your help with my combo box problem. I tried what you suggested
but am having trouble.
Here's what the rowsource currently says:
SELECT tblNewUtilityCo.UtilityID, tblNewUtilityCo.State,
tblNewUtilityCo.UtilityCo, tblNewUtilityCo.Type
FROM tblNewUtilityCo
WHERE (((tblNewUtilityCo.State) Like [Forms]![frm-MasterForm]![State]) AND
((tblNewUtilityCo.Type)="electricity"));
I just added the
SELECT " Select a Utility Company", "", ""
to the top of it but I get an error
Query input must contain at least one table or query"
Did I do something wrong??
Thanks!