Jul 13, 2006 #1 ozzroo Technical User Joined Feb 28, 2003 Messages 182 Location AU Does anyone know a format for a Currency field that I can format like they do for stock price So instead of £2.47, I want it to read 247p Any ideas? Thanks
Does anyone know a format for a Currency field that I can format like they do for stock price So instead of £2.47, I want it to read 247p Any ideas? Thanks
Jul 14, 2006 #2 JerryKlmns IS-IT--Management Joined Feb 7, 2005 Messages 2,062 Location GR Select [myPriceField]*100 & "p" FROM myTable; Upvote 0 Downvote