thegameoflife
Programmer
All of this is done in VBA. I’m having an issue with importing text files. After the import I’m running a running a query to match the new table to another table, checking to see if the data is not duplicated. So in code I keep coming across an issue of field data not matching. Say I set x = “Sales_New” and y = “Sales_Old”. The first issue is x = 102.0000252 and y = 102.00, so to solve this one I tried Dim x and y as currency. Then issue two arose, if there are no new sales I get an error on x. Null in the currency field does not work……
If you can make sense of this and you can help PLEASE do………..
If you can make sense of this and you can help PLEASE do………..