Hello,
I need to create a follow up report for X amount of time based off of a given code. I think I might know how to do it but I don't know how to write the IIf statement.
something like: Followup: iif([FollowUpDate]>=[StartDate],[FollowUpDate]=[StartDate] and [FollowUpDate]=[StartDate]+Dateadd("m",X amount of time,[StartDate]))
Access will accept the statement but it doesn't work... can anyone offer any input please?
Thanks!!
Will