Vertaling van "SiInm" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
La función SiInm se usa con frecuencia para crear campos calculados en consultas.
The IIf function is frequently used to create calculated fields in queries.
Las expresiones de ejemplo que figuran en la siguiente tabla usan la función SiInm para devolver uno de dos posibles valores.
The example expressions in the following table use the IIf function to return one of two possible values.
A la función SiInm se le pasan tres argumentos. El primer argumento es una expresión que tiene que devolver el valor True o False.
You pass the IIf function three arguments: The first argument is an expression that must return a True or False value.
Usa las funciones SiInm y EsNulo para que se muestre una cadena vacía si el valor del control País o región es nulo; en caso contrario, se muestra el valor del control País o región.
Uses the IIf and IsNull functions to display an empty string if the value of the Country/region control is null; otherwise, it displays the value of the Country/region control.
Usa la función SiInm para mostrar los valores de los controles Ciudad y Código postal si el valor del control Región es nulo; en caso contrario, muestra los valores de los controles Ciudad, Región y Código postal, separados por espacios.
Uses the IIf function to display the values of the City and PostalCode controls if the value in the Region control is null; otherwise, it displays the values of the City, Region, and PostalCode controls, separated by spaces.
Usa las funciones SiInm y EsNulo para que se muestren los valores de los controles denominados Ciudad y Código postal si el valor del control denominado Región es nulo; en caso contrario, se muestran los valores de los campos o controles Ciudad, Región y Código postal.
Uses the IIf and IsNull functions to display the values of the City and PostalCode controls if the value in the Region control is null; otherwise, it displays the values of the City, Region, and PostalCode fields or controls.
En este ejemplo se utiliza SiInm para evaluar el parámetro TestMe del procedimiento CheckIt y se devuelve la palabra "Large" si la cantidad es mayor que 1000; en caso contrario, se devuelve la palabra devuelve "Chicago".
This example uses the IIf function to evaluate the TestMe parameter of the CheckIt procedure and returns the word "Large" if the amount is greater than 1000; otherwise, it returns the word "Small".
Usa la función SiInm para que se muestre el mensaje "Pedido confirmado" si el valor del control Confirmado es Sí; en caso contrario, se muestra el mensaje "Pedido sin confirmar".
Uses the IIf (Immediate If) function to display the message "Order Confirmed" if the value of the Confirmed control is Yes; otherwise, it displays the message "Order Not Confirmed."