C
Craig
I have an application in which I download data from another Access db. On
one append query I format the number field using:
format(Piece.Width,"0.000"). On the other append queries this works great.
All of the fields that I'm appending into are single for the data type with 3
decimal places.
On the on that fails my client gets an error message on the download:"3075
Function is not available in expressions in query expression
'Format(Piece.Width,"0.000"). I myself cannot recreate this on my own machine.
TIA
-Craig
one append query I format the number field using:
format(Piece.Width,"0.000"). On the other append queries this works great.
All of the fields that I'm appending into are single for the data type with 3
decimal places.
On the on that fails my client gets an error message on the download:"3075
Function is not available in expressions in query expression
'Format(Piece.Width,"0.000"). I myself cannot recreate this on my own machine.
TIA
-Craig