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...
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...
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...
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...
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
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...
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
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...
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...
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...
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]=" &...
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...
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...
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...
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
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
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.