View Full Version : Overload resolution failed because no accessible 'fields' accepts this number of args


bwaila
09-28-2009, 12:41 AM
:confused: Hello. I need help. I am creating a database system despite being new to VB and Access. I am having difficulties to read and update the access database using the VB Express edition code. I can easily do it using vb 6.0, I have no option but to use Express Edition.
When ever try to save data i get the following error on rs!FieldNames

"Overload resolution failed because no accessible 'fields' accepts this number of arguments."

please help!!!!

Atomic Shrimp
09-28-2009, 12:59 AM
Someone is going to ask this, so it might as well be me...

Please could you paste a copy of your code into this thread? Ideally, the whole of the sub in which the error occurs, as the declarations might be relevant.