85.1k views
1 vote
With the ClientMinOrder query open in Design view, set the Format property for the MinOrder field to Currency.

A) Select the MinOrder field and choose the Currency option from the Format dropdown in the Design view toolbar.

B) Right-click on the MinOrder field, go to Properties, and set the Format property to Currency.

C) Access the Format tab in the Query Properties pane, locate the MinOrder field, and choose the Currency format.

D) Open the MinOrder field properties by double-clicking on it in the Design view, then navigate to the Format section and choose Currency.

1 Answer

2 votes

Final answer:

In Design view, to set the Format property for the MinOrder field to Currency, one should open the query properties and specifically set the Format property of the MinOrder field to Currency.

Step-by-step explanation:

To set the Format property for the MinOrder field to Currency in a query in Design view within a database management system like Microsoft Access, follow these steps:

  1. Open the ClientMinOrder query in Design view.
  2. Right-click on the MinOrder field to bring up a context menu.
  3. Select Properties from the context menu to open the Field Properties section.
  4. Locate the Format property within the Field Properties.
  5. Set the Format property to Currency.

This will format any numerical values in the MinOrder field to display as currency, complete with the currency symbol (like $) and two decimal places, conforming to standard monetary format.

User Gkuzmin
by
8.4k points