Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. ddewhitt

    unable to load listview control - license not found

    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...
  2. ddewhitt

    Accessing Fields from a Recordset

    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

Part and Inventory Search

Back
Top