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. KGB007

    Exchange 2003 OWA multi-language support

    I have Exchange 2003 server English version. How do I configure it for users in other countries with OWA to be able to use it in German or French?
  2. KGB007

    Allowing only two / / for dates

    Dear Experts, I am not doing any project at all. I am just practicing how to limit users making entry into textboxes. For examples: - a textbox that limits only digits 0 to 9, delete, backspace using Key_Press. - a textbox that limits the format for amount eg 5.09 here allow ony digits 0 to...
  3. KGB007

    Allowing only two / / for dates

    Hello Again, The aim is to restrict the order of entry as dd/mm/yy. If for example the first character entered is / then this will not register until the first two digits are entered. Then / can be accepted and so on. In the end only two / / is allowed without using IsDate() to check. Thanks...
  4. KGB007

    Allowing only two / / for dates

    Dear experts Could you help me to write the vb code that only allows two // for date entry into the txtDateBox upon key_press? The normal valid entry is dd/mm/yy. Thanks in advance
  5. KGB007

    Help!, Connection to MySQL database

    Dear Experts, Could you help me with VB? I like to write a VB code to connect to MySQL database via myODBC in order to do some query on the database, but I don't know how. Thank alot for future help. KBG007
  6. KGB007

    update listview to reflect current update to access database

    Thanks Phathi I will do as you suggested. KGB007
  7. KGB007

    update listview to reflect current update to access database

    Hi Epxerts, This is my problem. I have a form which has a listview which displays some records from the access database based on the search criteria. A customer table by which a search is done by first or last names. It displays the records that meet the criteria. However, the form has also a...

Part and Inventory Search

Back
Top