I have a bound control that works fine if I use the adcmdTable, but I want the adcmdText so that I can use an sql query to limit the return. Cannot get it to populate the display form. I've tried several variations. Can anyone help me see the issue? I've been unable to find examples that reference the form field value syntax. Thanks. --Ed
SELECT * FROM Contract WHERE Corps_Institution =
'" & Form3.CboUnit.Text & "'
SELECT * FROM Contract WHERE Corps_Institution =
'" & Form3.CboUnit.Text & "'