Hi all,
I have a query in Access that takes all the information from one table and displays it, there is one field that i need to query and display the results of the query in the output. I currently have a last_update field which shows the last update date and time (19/02/2004 19:56:34). I need to build a query that will pull out the date only and display it as though it were a new field. I know i can pull the exact data into a new field using this query:
D_MOD: [tbl_Xtra_MED]![Last_Update]
Can anyone elaborate on this to provide with the date only, and not the time object.
FYI - Last_Update is a text field, therefore a string is contained within it, not a General Date. (i do not have the relevant permission to change this).
Regards
Andrew Fenner
I have a query in Access that takes all the information from one table and displays it, there is one field that i need to query and display the results of the query in the output. I currently have a last_update field which shows the last update date and time (19/02/2004 19:56:34). I need to build a query that will pull out the date only and display it as though it were a new field. I know i can pull the exact data into a new field using this query:
D_MOD: [tbl_Xtra_MED]![Last_Update]
Can anyone elaborate on this to provide with the date only, and not the time object.
FYI - Last_Update is a text field, therefore a string is contained within it, not a General Date. (i do not have the relevant permission to change this).
Regards
Andrew Fenner