Hi,
I'm looking for a bit of advice on a simple invoicing program i have started modifying. I'm an Access amateur and have done a bit of coding so know the basics.
I had a few problems that ive managed to iron out. Theres only one issue now, word doesnt display the full currency.
i.e.
in Access - £199.99
~
in Word - 199
To my knowledge, i have tried and come to the conclusion that i am unable to use a Numeric Picture Switch as all this will do is round up and down which is not an option as prices must be bang on to the pence. I have read something about compatabillity issues between Office 02 and 07 and the solution was through DDE instead of OLE DB, can you advise me how i can force Word to use the DDE conn method so that all formatting is included??