G
Guest
I inherited a database that has poop naming conventions e.g., using Date as a
field name.
My problem now is I have to create a function and use that name but am
having an error
Public Function Weekends(Date as Date , RcvdDate As Date) As Integer
How do I take care of this?
field name.
My problem now is I have to create a function and use that name but am
having an error
Public Function Weekends(Date as Date , RcvdDate As Date) As Integer
How do I take care of this?