Results 1 to 2 of 2

Thread: Use parameterized Query in Access Form

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Nov 2005
    Posts
    152

    Exclamation Use parameterized Query in Access Form

    Hi all,

    i have one parameterized Query in Access DB when i click on that query it will ask me parameter to enter now i want to use this query in Access form and pass the paramer from control on form not manualy i have only one parameter in my parameterized Query in Access....
    hi can i do this ??

    thanx and Regards,
    Nilesh Thakur.

  2. #2
    Frenzied Member
    Join Date
    Feb 2003
    Location
    Argentina
    Posts
    1,950

    Re: Use parameterized Query in Access Form

    One way would be to change the query from using a parameter to getting the value from the form:
    VB Code:
    1. SELECT * FROM tblFoo
    2. WHERE fldBar = Forms!frmGetFoo!txtSomeCrit.Text
    Tengo mas preguntas que contestas

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width