What\'s wrong in here, I always get some nasty errors even if the same code that I used earlier works. But when I apply it to other form it gives me the error above. here\'s
A good trick for dealing with a no value given for one or more required parameters
error when developing for an Access back end is to grab the content of the CommandText
and paste it into a dummy query in Access itself. Then Access will offer you a popup identifying which field is causing the problem (usually a typo, as in your case).