I have been running a query for months now without any problems. Now all of a sudden it doesn't work.
The query is an INSERT INTO and converts a string into a Double number CDbl(Mid([Table1].[Field1],6,12)) AS Amount
The Field in the Table that it appends to is Double Number type.
As I mentioned it has been working fine up til now.
I can replace the CDbl with Val, but for some reason it misses all zeros after a comma, but I can't tell what it would do if there were any hundreds after the comma.
Has any one experienced this before, or know of some checks/fixes that I can apply.
All help appreciated
Remy 101 ways to do it with VB, and learning new ways every day.
The query is an INSERT INTO and converts a string into a Double number CDbl(Mid([Table1].[Field1],6,12)) AS Amount
The Field in the Table that it appends to is Double Number type.
As I mentioned it has been working fine up til now.
I can replace the CDbl with Val, but for some reason it misses all zeros after a comma, but I can't tell what it would do if there were any hundreds after the comma.
Has any one experienced this before, or know of some checks/fixes that I can apply.
All help appreciated
Remy 101 ways to do it with VB, and learning new ways every day.