[thelist] currency values in access

Chris Blessing webguy at mail.rit.edu
Wed Jun 12 12:03:01 CDT 2002


Karen-

IIRC single quotes should do it.

sSql = "INSERT INTO tblWines(wineprice) VALUES ('" & wineval & "');"

Chris Blessing
webguy at mail.rit.edu
http://www.330i.net

> (sorry if this is a duplicate, not seeing first post)
>
> having a mental blank - can't recall the currency delimiters for
> entering currency values into an Access database with ASP+SQL
>
> e.g.
> sSql = "INSERT INTO tblWines(wineprice) VALUES (" & wineval & ");"
>
> What do I need to stick around wineval?  I thought it was a percent
> sign, but that's not working.
>
> Thanks in advance,
> Karen



More information about the thelist mailing list