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 strongm 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. WizDumb

    Character limit on a textbox

    yourtextbox = format(cdate([yourfield]),"Short Date") Solution tested.
  2. WizDumb

    outlook outbox issue

    Tim, Thank you for the response. that is the direction I went in. Here is the code I'm using: Public Function sendEmail(inUser As String, toAddr As String, subj As String, body As String, Optional attach As String) As Boolean Dim use_ssl As Long Dim smtp_Port As Long Dim...
  3. WizDumb

    outlook outbox issue

    All, I use the below code to format emails and ready them to send. However, the emails created do not ever send. They simply sit in the users outbox... Shouldn't they send upon hitting send/receive? or upon outlook startup (provided the user has it set like that)? I can delete the emails (if...
  4. WizDumb

    Odd details view behavior...

    Has anyone seen or dealt with details view of Windows Explorer show the wrong data? (i.e. Date modified column displaying a text type data) The OS is Server 2003 R2
  5. WizDumb

    AD Profile

    Thank you sniper for your insight. Dave, you dont have to be an a**hole. I'm a programmer, not a network guy. I've been asked to take care of this. But since you cant just answer a simple question.... WITH THAT BEING SAID... Where on the AD properties do I set where I want the Users folder...
  6. WizDumb

    AD Profile

    Maybe I didn't give you enough information. I am running a Terminal Server, the client machines are not part of our company. We provide applications that our clients access. They pay us, we create AD's for them and they RDP to get our application. -Wiz
  7. WizDumb

    AD Profile

    When creating a new AD login, Where do I specify where windows should create the Users profile (i.e their Desktop folder, etc) ? -Wiz
  8. WizDumb

    OpenRecordset vs. Querydef (Database speed/bloat)

    When you say bloat, are you worried about how many MS Access Queries you have saved in your Database? As for speed... are you using Access tables or Linked SQL tables? -Wiz

Part and Inventory Search

Back
Top