Recent content by kazaccess

  1. K

    Automated Email / Mail Merge

    I'm not really finding any helpful solutions through my own search process, and I was wondering if you guys would be able to help me. I have a query containing information about students that has the following columns: [NAME], [CLASS], [GROUP], [StudentE Mail]. I also have a word document...
  2. K

    Order by letters and then numbers

    I've been able to order my records chronologically by weekday, so that's not an issue right now. Unfortunately, I've been tasked with fixing this database, and I don't have the time to change the structure. If I had created it, I would have made separate fields for each piece, but the query is...
  3. K

    Order by letters and then numbers

    I have a column containing an id that consists of the first two letters of a weekday followed by an incrementing number. For example, for Monday, I have "MoA1" "MoA2" "MoA3" ... "MoA11". The problem is that when I sort my list, it is ordering it: "MoA1" "MoA10" "MoA11" "MoA2" "MoA3" etc...
Back
Top Bottom