G
Guest
Hello:
Here's my situation. This database is being used to track cash dividends.
Most dividends have what is called a "Ex" date. In some rare cases there is
no Ex date given to us. What we need to do is subtract two days from the
record (Rec) date. If the subtracting two from the record date gives us a
weekend date we need to go with Friday's date. Here's the somewhat useless
IIf that I've written that dosen't see day of the week:
Ex: IIf([TblBkData].[Ex] Is Null,[TblBkData].[Rec]-2,[TblBkData].[Ex])
Any help is greatly appreciated!
Robert
Here's my situation. This database is being used to track cash dividends.
Most dividends have what is called a "Ex" date. In some rare cases there is
no Ex date given to us. What we need to do is subtract two days from the
record (Rec) date. If the subtracting two from the record date gives us a
weekend date we need to go with Friday's date. Here's the somewhat useless
IIf that I've written that dosen't see day of the week:
Ex: IIf([TblBkData].[Ex] Is Null,[TblBkData].[Rec]-2,[TblBkData].[Ex])
Any help is greatly appreciated!
Robert