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

    Upsizing to SQL

    Hi All I have been asked if we can move our Access database to SQL.I have tried importing using Import within SQL this creates the database tables but this does not copy across any primary / foriegn keys that are on the tables. I tried Access upsizing wizard in Access and this creates keys but...
  2. clayton74

    Insert SQL Database from datagridview

    Hi Everybody Hope someone can help me, I am new to visual basic and need a bit of help. I have imported some data from an excel sheet into a datagrid, what I am struggling to do is to pass this infomation into an sql database, I already have the table created called ImportInfo and the database...
  3. clayton74

    SQL Login

    Hello All I am trying to create a form that requires authentication from an SQL login to access I have a form with a username textbox and a password textbox and I am trying to allow login ' Open a connection by referencing the ODBC driver. cnn.ConnectionString = "driver={SQL Server};" &...
  4. clayton74

    Email Attachment

    Thanks Andy
  5. clayton74

    Email Attachment

    Hello All I have a little program that will email a user once a new XP account has been created. I have a problem with the attachment, this is dependent on the creator having a drive mapped for them to email the attachment. My question is there a way of embedding a word document into my project...
  6. clayton74

    Sending Email via Outlook

    Hello All I have created a short script along the same lines as MrMilson but I was wondering if there is a way I can attach a document to send with the email Your help would be appreciated
  7. clayton74

    Task Scheduler - Access Denied (x80070005) error

    Have you tried creating a new admin account with a password, to see if the problem is profile related
  8. clayton74

    MS Paint insert

    Thanks for help, I have managed to sort it out by putting a picture box in
  9. clayton74

    MS Paint insert

    Hello Thanks for your reply I want to be able to draw by hand, very simular to MS Paint Thanks
  10. clayton74

    MS Paint insert

    Hello I am very new to VB6 and have a question. I have a form and in the bottom I wish to have a small 4" x 4" ms paint or equivalent screen, I want to use it along with a basic maths form I have created so my kids can use this to work out the maths question. Sorry for the newbie question
  11. clayton74

    IE search computername

    Hello Providing the computername as \\computername Many thanks
  12. clayton74

    IE search computername

    Hello I apologise for asking a silly question before I ask it. I have a bit of script, and what I am trying to do is open Internet explorer and input a computername in the address bar, so I can use this as an option to search a users drive. Unfortunatley explorer.exe does not work as it is...
  13. clayton74

    Active directory Notes

    Hello All I have a problem, I need to export data that is stored in AD in the notes tab into an excel sheet. I have searched everywhere but I am unable to locate the code to export the data. Can anybody help me
  14. clayton74

    Create Mail

    Many thanks JRBarnett worked well, may I ask another question How would I show the mail before sending, I have the following in my project as a test but would like to view the compiled mail before sending Dim oOutlook As Object Dim oItem As Object Set oOutlook =...
  15. clayton74

    Create Mail

    Hello I am new to VB6 so sorry for any dumb questions I have a form that users will enter data, what I need to do is to press a button it will open a new mail using Outlook with the data in the body of the message. I am not expecting anybody to do this for me but I require guidance :) Many thanks
  16. clayton74

    Outlook 2003 error 0x800CCC90

    Have a look here http://support.microsoft.com/?kbid=820669
  17. clayton74

    Explorer.exe hanging

    Hello All I have a problem with explorer.exe, when opening windows explorer a couple of times it hangs and takes an eternity to display the drives. The same happens when I use run and navigate to drives that way (i.e \\home\g). If I stop and restart the process it will work OK again for another...
  18. clayton74

    Excel Autocomplete

    Is there a way of enabling auto-complete to complete anywhere in the excel sheet If I put hello in cell A1 I want to be able to autocomplete when I begin typing in cell C9 Any help would be appreciated
  19. clayton74

    OUTLOOK CALENDAR

    Hello Unfortunatley the only thing you can do if you want a detailed printout of your appointments with notes, use the Calendar Details print style. Goto print in the print style select calendar details style and press print Hope this helps
  20. clayton74

    Internet Explorer tools

    Hello We have group policies in place where internet options are disabled. Is there a way we can view/ammend internet options while logged on as the user using an admin account. If I use runas it seems to give me internet options for the admin account and not the user Unfortunatley we cnnot...

Part and Inventory Search

Back
Top