I want to get rid of the comma that is inserted as a thousand seperator in prices. For instance - Actinic will display £1,199 but I want it to display £1199. Anyone know where I can find this?
TIA
Marc-Man
I want to get rid of the comma that is inserted as a thousand seperator in prices. For instance - Actinic will display £1,199 but I want it to display £1199. Anyone know where I can find this?
TIA
Marc-Man
Found some information. What you need to do is to open the ActinicCatalog.mdb which is found in your site1 folder (C:\Program Files\Actinic v7\Sites\Site1) in Access2000. Once you have opened this, find and doubleclick the [Currencies] table and for British pounds change [IMONGROUPING] value from '3' to '0'.
Thanks Nadeem, that's done the trick - your help is very much appreciated.
Just a quick note to anyone wishing to do the same: Make sure you restart Actinic after making the change to the mdb file and before uploading the changes or else it won't work.
Comment