View Single Post
Old Jun 23rd, 2005, 8:09 AM   #3
Rory
Expert Programmer
 
Rory's Avatar
 
Join Date: Jan 2005
Location: London
Posts: 542
Rep Power: 4 Rory is on a distinguished road
Send a message via MSN to Rory
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.
Rory is offline   Reply With Quote