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 gkittelson 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. snakemaster

    win, draw, loss?

    Wow... It's embarrassing how EASY that turned out to be... :) Thanks! All I had to do was to add an extra '(' after the 'IIF' statements.
  2. snakemaster

    win, draw, loss?

    Hi, This is the situation: I have a table 'results' with the following field names: 'ID', 'Date', 'F', 'A' F and A stand for the number of goals for or against the home team. On every day there can be 1 or more matches played. From this table, I created two queries: 'Games lost per day' 'Games...
  3. snakemaster

    How to read strings from International languages?

    I've placed two rich textbox controls and one button on a form. What I want to achieve is that when I click the button, the 2nd textbox will display the HTML code for the rich textbox 1. Something like: richtextbox2.text = ConvertToHTML(RichTextBox1.Text) ConvertToHtml is a function that...
  4. snakemaster

    How do I use different languages and character sets?

    As part of an application that I am designing, I'm letting users enter all sorts of words and their descriptions (like a dictionary) into the application. The problem with this is that it's possible to use diferent languages and therefore also different character sets. In Windows it's possible...
  5. snakemaster

    VB & Excel

    In this article (http://support.microsoft.com/support/kb/articles/Q257/8/19.ASP?LN=NL&SD=gn&FR=0) they explain how AD) deals with Excel. "As stated previously, ADO must guess at the data type for each column in your Excel worksheet or range. (This is not affected by Excel cell formatting...
  6. snakemaster

    VB & Excel

    I'm trying to let VB extract data from an Excel file. For this I use the MS Jet OLE DB Provider. This works OK with most data. In one column however, I keep encountering the following problem. The column is used to store dates. It can have two different formats "mm-dd-yy" and...

Part and Inventory Search

Back
Top