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 derfloh 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 heathg

  1. heathg

    Restore Database Error

    Thanks, I'll give that a try.
  2. heathg

    Restore Database Error

    Hi, Yes they were, the three databases were create by our payroll application and then the security settings applied. A backup and restore was then done to show the client how to do it. There was no error number reported, the bold section of my last post was the complete message that displayed...
  3. heathg

    Restore Database Error

    When restoring a database in SQL 2000 I receive the following error: Unable to Restore Database [Microsoft][ODBC SQL Server Driver][SQL Server]Server user DOMAIN\USERID is not a valid user in database DATABASENAME [Microsoft][ODBC SQL Server Driver][SQL Server]RESTORE DATABASE is terminating...
  4. heathg

    Capture Click on Textbox

    David, I tried your suggestion and it creates the lables OK. I have managed to create the labels and textboxes but I need to be able to run a Sub if the user clicks in a text box. eg. If I were to create a text box called txtName on a form I could create a sub called txtName_Click() that will...
  5. heathg

    Capture Click on Textbox

    David, This is the bit that creates the labels and textboxes and positions them on the form. Each label is named lbl then the field name in the database ie the FullName field is named lblFullName. Text boxes are the same but have the prefix txt. For Each fld In rs.Fields ' Create the Label Set...
  6. heathg

    Capture Click on Textbox

    I have a VB form that creates labels and textboxes from fileds in an Access database. I need to be able to capture the mouse click when a user clicks on one of the textboxes. eg. There is an ID, First Name, Phone Number and a few other fields. If the user clicks on the ID textbox I need to be...
  7. heathg

    Creating Textboxes

    Thanks Transcend, exactly what I was looking for!!
  8. heathg

    Creating Textboxes

    I need to create three textboxes for every record read from a database. Can anyone help with the code that would do this? Thanks.
  9. heathg

    No External Mail

    I was quite surprised when I found my domain missing, they could not tell me why... My domain has not expired yet, not until next year. I ran the nslookup about 30 minutes ago and all looked OK to me. My server name and IP details are correct and the name servers are OK also. I also ran...
  10. heathg

    Event ID 7031

    Thanks for your help Bart, I will give it a go.
  11. heathg

    No External Mail

    I have checked the external DNS MX records and they are OK. I called my ISP a few times and each time they have also look at the MX records and say they have no trouble tracing the route to my server. But I am going to look again. My ISP DNS server/name servers have dropped my domain a few times...
  12. heathg

    No External Mail

    About a week ago my server stopped sending and receiving external mail. Internal mail in being delivered OK. Has this happended to anyone else? I can't put my finger on and have even reinstalled Windows and Exchange without any help. My ISP says it is a configuration proplem but I have not...
  13. heathg

    Event ID 7031

    I am getting and error, event id 7031 in the System Log that says The 'service name' service terminated unexpectedly. It has done this 'n' times. The following corrective action will be taken in 'n' milliseconds: No action. This has occured so far for the: SMTP Service WWW Service NNTP Service...

Part and Inventory Search

Back
Top