Skip Bisconer
Who Me?
- Local time
- Today, 09:08
- Joined
- Jan 22, 2008
- Messages
- 285
I have I am doing a report on a query with two dates based on table and a different query, plus some other fields. The table is comprised of information created from a form of which one of the fields is a Delivery date and formated as a short dates from the form. The query is based on a table from my front end server.
My problem arises is this; The field from my front end server table represents an invoice date and is displayed for example, "000040810", representing 4/08/10.
When I query that field and do a Right("Field",6) function and use a short date mask and this displays in the query in short date format the way that I want.
However, I am unable toget this field to display in short date format in my report. Must I live with this or have I missed something? It looks hokey as one date shows 4/08/10 and the one right next to it shows 040810.
Thanks for any help or suggestions you may give me.
My problem arises is this; The field from my front end server table represents an invoice date and is displayed for example, "000040810", representing 4/08/10.
When I query that field and do a Right("Field",6) function and use a short date mask and this displays in the query in short date format the way that I want.
However, I am unable toget this field to display in short date format in my report. Must I live with this or have I missed something? It looks hokey as one date shows 4/08/10 and the one right next to it shows 040810.
Thanks for any help or suggestions you may give me.
Last edited: