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 wOOdy-Soft 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 BeeDeeBee

  1. BeeDeeBee

    How to reference a date variable in SQL string

    I finally figured it out. In case anyone else has this same question, the answer is to surround the variable with #, instead of ' e.g., as in my situation: #"&sevenyearsago&"#"
  2. BeeDeeBee

    How to reference a date variable in SQL string

    Does anyone know how to reference a variable to be interpreted as a date in an SQL string. I keep getting a "type mismatch" error. I know the field, usdatabase.TransactionDate will accept only dates. I have tried substituting the &'s in the sevenyearsago variable with #, and it...
  3. BeeDeeBee

    Position MSGBox in VBScript

    Is there a way to make a MSGBox come up exactly where you want it to on the screen, even if the window is minimized. The default location of the MSGBOX always overlays an importatnt message to my user. TIA.
  4. BeeDeeBee

    What is wrong with my code?

    Please help. I may be overlooking something obvious. I have included the error message when the page is published. <html> <head> <meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=windows-1252&quot;> <meta name=&quot;GENERATOR&quot; content=&quot;Microsoft FrontPage...
  5. BeeDeeBee

    onfocus and onblur events syntax to change background color

    In VBScript, I am trying to use onfocus to change the background color of a form field named T1 to green, Then onblur to change it back to white. It's simple in VB, but I keep getting an 'Object Required : T1' error in VBScript. I can put a MsgBox in the Sub and it'll work fine. sub...

Part and Inventory Search

Back
Top