W
Wayne
I want to use the contents of a text box on a bound form
in the WHERE clause of the Row Source of a combo box on
the same form. Here is the Row Source:
SELECT Equipment.AccountNumber, Equipment.Description FROM
Equipment WHERE Equipment.AccountNumber=Me.AccountNumber
What will make this work?
Thanks
in the WHERE clause of the Row Source of a combo box on
the same form. Here is the Row Source:
SELECT Equipment.AccountNumber, Equipment.Description FROM
Equipment WHERE Equipment.AccountNumber=Me.AccountNumber
What will make this work?
Thanks