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!

Search results for query: *

  • Users: thumper808
  • Content: Threads
  • Order by date
  1. thumper808

    Using LIKE for Date Ranges???

    Hi Guys, yet again, I am requesting knowledge from the all-powerful Tek-Tips team. First things first... 1. I have an Oracle database that has a column for a datetime stamp. This datetime stamp (ie: 28 Apr 2005 08:44) is not stored as a datetime datatype, it's stored as a varchar string...
  2. thumper808

    Creating outlook toolbar and add a toggle button

    Ok...this is the problem: I am trying to create a toolbar in Outlook and then add a 'toggle' button like outlook's Reading Pane button (the kind that when you click on it, it stays 'on' and when you click it again, it goes back to the original state). I couldn't find any objects in the...
  3. thumper808

    Placing a copy of an email to a specified Outlook folder upon sending

    Hi Guys...I think I have a pretty simple question but I'm not sure about Outlook VBA. I just need to place a copy of an email, once sent (when the SEND button is pressed), to a folder that the user specifies. I have the following but I am very new to Outlook VBA. Could someone point me in the...
  4. thumper808

    disabling macro warning message OR creating a check function

    Hi all you Excel gurus, I have a workbook, in Excel 2003, that I would like to either automatically open with macros enabled (yeah, I know...hackers dream and all) OR to create a vba function to do a check or validation to see if macros are enabled (which, I'm guessing, is pretty hard to enforce...
  5. thumper808

    MMC disabled when logged on as Administrator

    I'm gonna get lots of disappointed faces when I ask this but here goes... I set up a standalone win2k computer and I mistakenly denied access to run MMC in the group policy snap-in...for administrators. Is there any way I can get back control of the MMC without looking at a reformat of the...
  6. thumper808

    Finding availability by date

    Hi everyone, I've been racking my brains for days on my problem. I have a table called ROOMBOOKINGS and some of it's fields are RoomNumber, BookingStartDate and BookingEndDate. The RoomNumber is a foreign key to the ROOMS table which has the RoomNumber,Description,and RoomRate. All I want to...
  7. thumper808

    Inserting into a doubly linked list

    Hi everyone, I have a problem with how to insert a node into the middle of a doubly linked list. I have a project which takes in a student record from a DAT file and displays it in a form in VB. I don't know how to code the cmdInsert_click() on the form or the actual Insert function in my...
  8. thumper808

    Publishing re-sizeable movie

    Hi, I took Tek-Tip's advice and checked the entire Flash 'resizable' section and could not find my question answered. My question is: When I publish my movie, I made it by percentages (100% x 100%) and it looked fine when I previewed it in the IE browser but when i resize it down to...
  9. thumper808

    Linking Buttons to web pages within site.

    I'm new to Flash and have finished my movie.I have buttons that I want to link to HTML pages within the site but have had no success on how to do it properly.Could someone shed some light as to what I'm doing wrong?I put the GET URL command in the editable properties of the button in the HIT...
  10. thumper808

    3 TYPE OF AUTONUMBERS ON THE SAME TABLE

    I have a form with 3 radio buttons parttime, fulltime,casual I also have a database with 3 type of numbers I also have an add button on a form. I would like if the user check part time an new record to be added in this format pt01000 , if fulltime ft01000 if casual 010001 the first two digits...

Part and Inventory Search

Back
Top