I am trying to copy some date from one table to another where the first table has a field with varchar values (an example looks like this "1,000.00"
and I need it to go to a table that has a field that is money type. When I use the convert function I get the error "Cannot convert a char value to money. The char value has incorrect syntax." Anyone know what is wrong here?