Finding source code for the old project was probably a daunting task but the problem you have is your version of Visual Basic isn't licensed for that control. When Microsoft bundles versions like "Standard", "Professional", and "Enterprise" there are differences...
There are some "shorthand" ways to refer to a field.
rs.fields(0).value returns the contents of the field. So does rs(0).value. To use the field name then use the name delimitted with double quotes instead of the ordinal like rs("MyFieldName").value
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.