ADO Recordset from Access Form

  • Thread starter ANTHONY SHEEHAN
  • Start date
A

ANTHONY SHEEHAN

I have a Access form that contains a value that the user enters. I need to grab this value and place it in the module that contains the SQL script so I can filter on the data the user entered. How can I bring this value into the script?

Thanks,
Tony
 
A

ANTHONY SHEEHAN

Nevermind - I figured it out.

--
Tony
I have a Access form that contains a value that the user enters. I need to grab this value and place it in the module that contains the SQL script so I can filter on the data the user entered. How can I bring this value into the script?

Thanks,
Tony
 
Top