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 strongm 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: *

  • Users: TestDrive
  • Order by date
  1. TestDrive

    A little Math problem...??

    hi, wabeg, if i am reading this right, you are storing the numbers in text fields. you will have to convert them to numbers with functions such as cdbl before you can do the division. i don't think the "sum" is necessary. TestDrive
  2. TestDrive

    How do I make a hyperlinked field execute Outlook?

    rlh777, one way to do this is to add the "mailto: " string right before your email address. simply use the update query to update old records, and use very simple VBA to add this string for all new entries. TestDrive
  3. TestDrive

    Err 13 Type mismatch while filling up a recordset

    i suspect that you have your ADO library priorized before your DAO library in the References. go to Tools --> References and re-priorize your libraries and make sure that your DAO is listed higher than ADO. however, if you need to reference and use both DAO and ADO Recordset objects, dimension...
  4. TestDrive

    Err 13 Type mismatch while filling up a recordset

    i suspect that you have your ADO library priorized before your DAO library in the References. go to Tools --> References and re-priorize your libraries and make sure that your DAO is listed higher than ADO. however, if you need to reference and use both DAO and ADO Recordset objects, dimension...

Part and Inventory Search

Back
Top