prompt boxes

  • Hi all

    In Access when you use square brackets in say a query you can create a prompt box for user defined criteria. Whats the equivalent command when using access as a client for SQL i.e. access.adp  

    Any help greatfully received

  • Lets assume you are running a report based on a stored procedure (WITH PARAMETERS).

    1. On the REport Record Source porperty you specify the name of the sp

    2. On the Input parameter Property just specify @paramName=[Enter the value of Parameter 1]

    Run the Report and you will get a "prompt box"

    with Enter the value of Parameter 1

    HTH

     


    * Noel

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply