Page 2 of 2 FirstFirst 12
Results 16 to 18 of 18
  1. #16
    djclntn is offline Competent Performer
    Windows 7 32bit Access 2010 32bit
    Join Date
    Feb 2011
    Posts
    476
    Hey Orange,
    Not to gloat, but I was successful at using your example to implentment it in another Table/Query. I still have one more Table/Query to tackle, but that will be tomorrow.



    I really get myself down & bummed out when I can't understand & get the results I'm looking for, but boy does it feel good when you're successful!

  2. #17
    djclntn is offline Competent Performer
    Windows 7 32bit Access 2010 32bit
    Join Date
    Feb 2011
    Posts
    476
    Orang, given your example above, how can I change the months from being #'s to 3-letters?
    1 -- Jan
    2 -- Feb
    etc

  3. #18
    orange's Avatar
    orange is offline Moderator
    Windows XP Access 2003
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,870
    Glad you got it working.


    For 3 character date you need a format like
    ?Format(Date,"mmm")
    Nov
    ?Date
    11/24/2011
    ?Month(Date)
    11
    ?MonthName(Month(Date))
    November
    ?Format(Date,"mmm")
    Nov
    Last edited by orange; 11-24-2011 at 10:01 PM. Reason: Variations of Date, Month Format

Page 2 of 2 FirstFirst 12
Please reply to this thread with any new information or opinions.

Similar Threads

  1. Understanding Linked Tables
    By billymac in forum Programming
    Replies: 1
    Last Post: 09-29-2011, 12:18 PM
  2. ADODB Recrodset (Understanding)
    By danny2000 in forum Access
    Replies: 3
    Last Post: 07-12-2011, 06:00 AM
  3. Understanding afterupdate
    By MAM8433 in forum Access
    Replies: 8
    Last Post: 05-23-2011, 02:05 PM
  4. Not understanding Running Sum Query
    By dynamictiger in forum Queries
    Replies: 4
    Last Post: 08-30-2010, 11:50 AM
  5. Understanding SQL Querys
    By jacobbiljo in forum Access
    Replies: 8
    Last Post: 11-17-2009, 05:17 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums