CharlieT302
Instructor
Hi All,
I need help with a simple criteria. I have a form that uses a drop-down control to display a list of projects that were completed after a specific date. The date is entered manually in an unbound control; also on the form. The Row Source of the drop-down uses a criteria to read the Date control.
Date Control:
Name = [Date_Comp]
Default Value = ""
Format = Short Date
Input Mask = 99/99/0000
Drop-Down Display:
Field: NZ([Proj_Comp],"0")
Criteria: Like IIF([forms]![frm_Main_Proj].[Date_Comp]="","*",>[forms]![frm_main_proj].[Date_Comp])
Note:
When the following part of the criteria is used by itself, it works. Only when combined in the full statement does it fail. Ideas?
>[forms]![frm_main_proj].[Date_Comp]
Thanks
I need help with a simple criteria. I have a form that uses a drop-down control to display a list of projects that were completed after a specific date. The date is entered manually in an unbound control; also on the form. The Row Source of the drop-down uses a criteria to read the Date control.
Date Control:
Name = [Date_Comp]
Default Value = ""
Format = Short Date
Input Mask = 99/99/0000
Drop-Down Display:
Field: NZ([Proj_Comp],"0")
Criteria: Like IIF([forms]![frm_Main_Proj].[Date_Comp]="","*",>[forms]![frm_main_proj].[Date_Comp])
Note:
When the following part of the criteria is used by itself, it works. Only when combined in the full statement does it fail. Ideas?
>[forms]![frm_main_proj].[Date_Comp]
Thanks