K
kc-mass
I have two list boxes on a form that are sourced from queries. They work
great.
Now client wants this and other forms moved to a tabbed form, one original
form
on each page. As the now subform is loading it fires the queries but the
queries cannot find the controls which they reference.
The original reference (criteria) for the first query was:
Like ("" & [Forms]![frmLoadProviders]![txtFilterProviderIDs].[text] & "" &
"*")
I've tried:
Like ("" & [Forms]![frmTab]![frmLoadProviders]![txtFilterProviderIDs].[text]
& "" & "*")
but that does not work.
Any ideas on correcting the syntax??
Thanks
Kevin
great.
Now client wants this and other forms moved to a tabbed form, one original
form
on each page. As the now subform is loading it fires the queries but the
queries cannot find the controls which they reference.
The original reference (criteria) for the first query was:
Like ("" & [Forms]![frmLoadProviders]![txtFilterProviderIDs].[text] & "" &
"*")
I've tried:
Like ("" & [Forms]![frmTab]![frmLoadProviders]![txtFilterProviderIDs].[text]
& "" & "*")
but that does not work.
Any ideas on correcting the syntax??
Thanks
Kevin