G
Guest
I have an existing query in Access 2000 that I'm converting to a ADP project view. The current syntax is
Format([tblFoo.NoteAmount]), "00000000.00") AS NoteAmoun
If I give it a value of 10400.56 it will give me 00010400.56 as NoteAmount in the resulting query
I can't seem to port this to a view. the "FORMAT" function isn't allowed and I can't get the NoteAmount which is a Float data type to cast or convert the way I want it
Any ideas?
Format([tblFoo.NoteAmount]), "00000000.00") AS NoteAmoun
If I give it a value of 10400.56 it will give me 00010400.56 as NoteAmount in the resulting query
I can't seem to port this to a view. the "FORMAT" function isn't allowed and I can't get the NoteAmount which is a Float data type to cast or convert the way I want it
Any ideas?