Good evening experts...
I am a greenhorn access guy. I developed my own database to keep track of climbing trips. To cut to the chase...
I am trying to list all the dates of my climbs with no regard for the year...as if the year wasn't even there. So when I sort the list, I will get a long list of dates with no year and no reference to a year. So it would start Jan 1 Jan 1 Jan 3 Jan 3 Jan 4...etc. Those dates could be from different years. I have tried the DatePart and was able to list all the climbs in January for example, however the order still references the year.
Second question: Is there a way to use a date input and have it only display the day (Monday, Wednesday...etc)? I have tried the choose function, but with no luck.
Some additional info: I have one table entitled "Climbs"; I have many fields to hold all sorts of climbing data...but also included the date. My key is just the climb # which is determined more when I input a climb and not necessarily the order of climbs. That is determined by the date and time.
My apologies in advance for the possible confusion in this question. I have researched this on and off for years and can't seem to nail down the procedure, on the assumption there is one. I am not versed in SQL.
Thank you so much,
Jim Retemeyer