使用 Microsoft 登入
登入或建立帳戶。
您好:
選取其他帳戶。
您有多個帳戶
選擇您要用來登入的帳戶。
英文
很抱歉,此文章目前沒有您所使用語言的版本。

In a desktop database

  • Build your query, then add parameters. You can add them to Select, Make Table, Append, Update, Crosstab, and Union queries.

  • With the query in Design view, click Parameters (Design tab), enter the parameter, choose a data type, click OK. Then add the same parameter (a.k.a. an identifier) to the Criteria row of the field you want to filter. Enclose second parameter in square brackets.

In a Union query

Add a clause after each FROM statement: WHERE [field name] = [your parameter].Use the same parameter in each clause.

In an Access App

Add your parameter to the Query Parameters dialog first, then place it on the Criteria row. No spaces in parameters or the query fails. Remember, Apps use different wildcards than desktop databases.

Build the first view

Use a blank view with no data source. Add text boxes, apply date/time format, add labels, button, give the controls names, add formatting to taste.

Build the second view

Home> Advanced> Datasheet View. Click Data, select your Parameter query, click Show only fields in the current record source, drag the fields to the view.

Build the macro

On the first view, click the button > Actions> On Click>Open Popup. Under Parameters, enter the name(s) of the text box(es) on the first form, surrounded by square brackets. Save, close, save the database, then Launch App.

See also

需要更多協助嗎?

想要其他選項嗎?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.

這項資訊有幫助嗎?

以下何者是您會在意的事項?
按下 [提交] 後,您的意見反應將用來改善 Microsoft 產品與服務。 您的 IT 管理員將能夠收集這些資料。 隱私權聲明。

感謝您的意見反應!

×