IIf(IsNull([Forms]![REVISED FORMS]![Srch_TM#/APP#]),True,[TM#/APP#]=[Forms]![REVISED FORMS]![Srch_TM#/APP#])
I have this in a query to look up values for me and it works pretty good, I just want to be able to apply this to a form, trying to create my own seach form only instead of using TM#/APP# I want to use dates instead and I want to be able to make it into a form that users can put date ranges in(Example: 01/31/2003 to 1/31/2004) and a report comes up with those dates along with first and last name..etc.
Does that make any sense Or should I give a better explanation
I have this in a query to look up values for me and it works pretty good, I just want to be able to apply this to a form, trying to create my own seach form only instead of using TM#/APP# I want to use dates instead and I want to be able to make it into a form that users can put date ranges in(Example: 01/31/2003 to 1/31/2004) and a report comes up with those dates along with first and last name..etc.
Does that make any sense Or should I give a better explanation