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

    POP3 connector not delivering to mailboxes

    I have resolved this issue but have never found any reason for it to occur in the first place. There were some other problems with the server I had just built and after much testing an cursing I discovered a faulty motherboard. This was replaced and the OS was re-installed. After that the...
  2. SnaveBelac

    POP3 connector not delivering to mailboxes

    Thanks for the response. It is happening to all messages at all times. Not a single one has been delivered. The internal mail works correctly, the SMTP server works correctly, the problem lies with the POP3 connector. I will investigate the 3rd party solutions - it is annoying havng to fork...
  3. SnaveBelac

    POP3 connector not delivering to mailboxes

    I have set up SBS2003 and set up the POP3 connector to download external mail from certain mailboxes. The mail is being downloaded sucessfully by the POP3 connector but then does not get delivered and gets put in the "failed mail" folder. An Event Error is logged (id 1061 and/or 1062) saying...
  4. SnaveBelac

    Problem with domain mailbox

    In you exchange system manager open the default recipient policy and add your external domain as a new SMTP address under e-mail addresses policy. Set this as the primary and your users mail will be sent "from" this domain. If you have your users set not to update from policy you will have to...
  5. SnaveBelac

    dlookup format question

    Glad I could help ;) ---------------------------- SnaveBelac - Adventurer http://www.hostpipe.co.uk
  6. SnaveBelac

    Having a problem with a subform counter.

    Please post your code, the error and on which line it occurs otherwise we will have no way to sort the problem out. ---------------------------- SnaveBelac - Adventurer http://www.hostpipe.co.uk
  7. SnaveBelac

    Moving the pointer of a subform automatically

    If you could provide some details to the link between the back end prcessing and the subform recordset we could do what you require. I am assuming you mean the "record selectors" to the left of the subforms details records. ALternatively you could use a progress bar to show progress, and I...
  8. SnaveBelac

    Database window scroll bar freezes

    Same thing happened to me in XP/Access 2000. Never fixed it. Have upgraded to 2003 now - will see if it rears its ugly head . . . . ---------------------------- SnaveBelac - Adventurer http://www.hostpipe.co.uk
  9. SnaveBelac

    Moving the pointer of a subform automatically

    If I understand correctly, you want to display data in the subform relevant to the data on the main form. If you link your main and subforms via the master/child fields, the sub form will automatically update in response to the record displayed on the main form. Alternatively you can access...
  10. SnaveBelac

    Math Functions in Access 2002 Form give #Error

    Once or twice I have seen Access change the variable names in an expression to match that of the textbox name. I have no idea why this occurs and I feel it is unlikely that is whatis happening here but I thought I should mention it. What I am saying is, check your expression to make sure...
  11. SnaveBelac

    Create one record based on selections from multiple listboxes

    Your XRef table should only store the unique IDs (primary keys) of each of the other tables (as well as a PK of its own). Any other data can be retreived from the relevant table as necessary. Presumably your competitoridnum and competitorpartnum are stored in the competitors part table. Your...
  12. SnaveBelac

    dlookup format question

    You need to specify which form to look for your form variables and your criteria must be in the form of an SQL WHERE clause. Assuming your unique field in your qry is [InvoiceID] Private Sub Form_Current() me![txtDocInv] = DLookup("[InvoicedToDate]", "[qryInvoicedTD]", "[InvoiceID]=" &...
  13. SnaveBelac

    time duration munus non-productive hours

    Hi Ryan I would suggest using the "WeekDay" function and a loop to find out if any day between your start and end is a Friday/Saturday/Sunday and then using a time comparison to assess what hours are being used up on those days. Obvioulsy if it is a full day then you know the hours otherwise a...
  14. SnaveBelac

    Using Microsoft Word Template in Access

    You need to use Word Automation from Access to open your template and add values based on your Access data to the template. This is typically done using bookmarks or cutom document properties. I have found this code sample to be very useful when I started doing it... (about 2/3 down the page...
  15. SnaveBelac

    Access to Word Automation Page layout view

    This problem still haunts me - anybody have any idea at all ??? Cheers ---------------------------- SnaveBelac - Adventurer http://www.hostpipe.co.uk
  16. SnaveBelac

    Access to Word Automation Page layout view

    My database currently has a system whereby a user can click a button and produce a estimate in word. It works by writing access form field data as custom document properties and at bookmarks. This works fine. The document needs to have the path printed at the bottom of every document. I put...
  17. SnaveBelac

    Windows 2000 Does Not Shut Down Correctly

    If you have an old system it is possible that the mobo does not support the auto shut down feature. The system would have to be pretty old mind you !! ---------------------------- SnaveBelac - Adventurer http://www.hostpipe.co.uk
  18. SnaveBelac

    Windows 2000 Professional Load Up Problem

    I woud start by running some Spyware detection software - Excellent free basic versions are AdAware and SpyBot. There may be something running at startup that is causing a major hang. HTH ---------------------------- SnaveBelac - Adventurer http://www.hostpipe.co.uk
  19. SnaveBelac

    DRIVER_IRQL_NOT_LESS_OR_EQUAL

    I had some serious problems with this blue screen a year ago on WinXP Home !! I tried several suggestions but nothing seemed to work. A few possible solutions that have worked for some people is are as follows... IMPORTANT: DO NOT CARRY ANY OF THIS OUT UNLESS YOU KNOW WHAT YOU ARE DOING. IF...
  20. SnaveBelac

    change hard disks

    If you are simply trying to boot from D rather than C and both drives have OSs on them, you can usually change the boot device order in your system BIOS. Alternatively... Each drive will have a series of paired pins on the back with a jumper connecting two of them. A diagram somewhere on the...

Part and Inventory Search

Back
Top