lstantliff
Registered User.
- Local time
- Today, 18:11
- Joined
- Apr 28, 2006
- Messages
- 24

=(IIf([Forms]![AnnualDialog]![Dept]=41,"Casing") Or IIf([Forms]![AnnualDialog]![Dept]=64,"Open Stock"))
A parameter (either 41 or 64) is entered on a form (AnnualDialog) and the expression above is in a text box on a form where the parameter is returned.
Thanks for your help!