steve_4477
Registered User.
- Local time
- Today, 05:31
- Joined
- Jan 10, 2011
- Messages
- 23
Alright all, been working on this one a while, can't fig it out. I have a table with 5,000+ entries, 20% (900 or so) of which have a create date entered. I also have a date field in which a user can enter a "start date" to return all accounts created after this date. Here is the output I need:
1) If no date is entered into the field, all 5,000+ entries show in the listbox
2) If a date is entered, only the entries with a date >= that date will show.
Here is the general idea, just cant get the syntax correct:
IIf([Forms]![FRM_SearchMulti]![CreatedDate] Is Null,>#01/01/1900,>=[Forms]![FRM_SearchMulti]![CreatedDate])
Any ideas??
1) If no date is entered into the field, all 5,000+ entries show in the listbox
2) If a date is entered, only the entries with a date >= that date will show.
Here is the general idea, just cant get the syntax correct:
IIf([Forms]![FRM_SearchMulti]![CreatedDate] Is Null,>#01/01/1900,>=[Forms]![FRM_SearchMulti]![CreatedDate])
Any ideas??