conception_native_0123
Well-known member
- Local time
- Today, 07:27
- Joined
- Mar 13, 2021
- Messages
- 1,923
I ran into this post tonight and I've always wondered about this...
Arne used it in the function example he posted. Can someone tell me why it even matters that I would suffix the format function with the dollar sign or not? If I'm not mistaken, in VBA, the dollar sign is a literal declaration symbol to make sure that an input or an output is a string. Is that correct? In other words why would I care to do this: format$(), when this has always given me everything I needed? Format()??
Thanks.
Solved - Dcount with criteria of <= date()
Assistance is required, I have text box on a from which I wish to display the number or records within a query, where the Due Date is before or equal todays date. =DCount("DueDate","TaskChasePackTwo") records the count of Due date, but when adding a criteria...
www.access-programmers.co.uk
Arne used it in the function example he posted. Can someone tell me why it even matters that I would suffix the format function with the dollar sign or not? If I'm not mistaken, in VBA, the dollar sign is a literal declaration symbol to make sure that an input or an output is a string. Is that correct? In other words why would I care to do this: format$(), when this has always given me everything I needed? Format()??
Thanks.