|
As your code stands if Form_Purchase.ComboCurrency = "GBP", Price_Each will be set to the variable price, which would be uninitialised and null (zero length string ""). However, whilst that's a bug, it's probably not the explanation for the error message. Access seems to be complaining that your code is changin the contents of the text box.
If you could post more of the code, that'd be helpful.
|