reclusivemonkey
Registered User.
- Local time
- Today, 13:25
- Joined
- Oct 5, 2004
- Messages
- 749
Ok, firstly I've only used ADO, not DAO so I can't advise on that syntax. Its not the same, so if you use the DAO method, then syntax will be different. In the first recordset, again you don't seem to be moving through the recordset. Whether or not that makes a different if you only have one record in there (which I presume there is in tblConst) I don't know.
You can check this simply by entering
Just before your red code
You can check this simply by entering
Code:
Debug.Print curNickelPriceTonne
Just before your red code