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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Nucleus

  1. Nucleus

    Voice Recognition

    Anyone successfully incorporated voice recognition into their apps. As I understand it voice recognition is in its infancy, so the quality available is dubious, approx 60% success, even with trained engines. Can anyone suggest an accurate voice recognition engine, or should I avoid trying to...
  2. Nucleus

    How to determine if a form is loaded?

    Try this Function FormState(FormName As String) As String Dim frm As Form For Each frm In Forms If StrComp(frm.Name, FormName, vbTextCompare) = 0 Then If frm.Visible = True Then FormState = "Shown" Exit Function...

Part and Inventory Search

Back
Top