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 TouchToneTommy 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 Hunter7

  1. Hunter7

    Need Valid FileFormat's in SaveAs on a Word File

    I am currently trying to convert a file from a word document into an HTML domcument, I am using Vb to open the document and then attempting to have microsoft word convert the file to an html document. I am using variable.ActiveDocument.SaveAs ([FileName],[FileFormat]) but I can't figure out...
  2. Hunter7

    Problems with Combo Boxes on a SSTab

    I think the problem occurs with xp. On the event: SS_Tab_Click Add this code for your combo boxes: ComboBoxName.SelLength = 0 This seems to take care of the problem.
  3. Hunter7

    How do I print different reports depending on a sql select in vb.

    I was wondering if I can print different reports depending on a field from a select. The report will be named the same as the field information. example Sur, Sur1, Sur2. If the select comes back with Sur then I want my print statement to look like this variable.printout False Where...

Part and Inventory Search

Back
Top