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 Mike Lewis 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. mehere64

    dynamic tooltip

    i ran into this problem before using this bit of code and the way i had to fix it was, create a function, then use that function on the data i wanted to display. Function correctTooltip(varString) Dim t1, t2, t3, t4, t5, t6 t1 = Replace(varString, "'", "\'") t2 = Replace(t1, "&", "&")...
  2. mehere64

    Active Directory and ASP?

    I am in the process of setting up a company intranet and will be using windows authentication (anonymous access turned off). After grabbing the user's logon info I will then need to check group permissions in order to give them access to certain pages within the website. Other than the code I...
  3. mehere64

    VBA Tab Controls w/ Access 2002

    I have a form in Access 2002 that contains a Tab Control with 4 tabs. Each tab on the form is a subform. I need to validate a specific field on each tab. I created a Public Function for this that works fine. It will not let me off the field until it is corrected. My problem, however, is that it...

Part and Inventory Search

Back
Top