V
Vickster3659
Hi, The following expression works, and updates the field CountsPriorYear1
with the correct data: CountsPriorYear1: IIf([Agent Detail by Week
Table]![Week Ended] Between "01/11/2004" And
"12/31/2004",[CountOfPolicy_Number])
Can you please tell me how to get it to work as a parameter query, prompting
me to enter the two dates, and update the field CountsPriorYear1 with the
data stored in field CountOfPolicy_Number?
I have tried the following: CountsPriorYear1: [Enter beginning Sundays'
date:] And [Enter ending date:]=IIf([Agent Detail by Week Table]![Week Ended]
Between "Enter beginning Sundays' date" And "Enter ending
date",[CountOfPolicy_Number])
The prompts are working, but it seems like the Iif statement is not,
therefore, the field is not being updated.
Thanks in advance!!
with the correct data: CountsPriorYear1: IIf([Agent Detail by Week
Table]![Week Ended] Between "01/11/2004" And
"12/31/2004",[CountOfPolicy_Number])
Can you please tell me how to get it to work as a parameter query, prompting
me to enter the two dates, and update the field CountsPriorYear1 with the
data stored in field CountOfPolicy_Number?
I have tried the following: CountsPriorYear1: [Enter beginning Sundays'
date:] And [Enter ending date:]=IIf([Agent Detail by Week Table]![Week Ended]
Between "Enter beginning Sundays' date" And "Enter ending
date",[CountOfPolicy_Number])
The prompts are working, but it seems like the Iif statement is not,
therefore, the field is not being updated.
Thanks in advance!!