Greetings Gurus,
Access2003 F/E with SQLExpress B/E.
I would like to send email to an Exchange mailbox, have that mail forwarded to a SQL table and link that table to an Access F/E.
I have seen a few articles on how to do this using SQLMail but I can't see anywhere in SQLExpress that allows this.
I could connect each user's Access F/E directly to the public folder containing the email (using linked tables) but I would like the email stored in the SQL db (which I suppose is possible with some kind of Access form OnLoad event vb coding).
I could also install Outlook on the server running SQL and connect each user's F/E to that mailbox and then use the above OnLoad event to "copy" the data to a SQL table.
Could you please advise which of the alternatives is better?
Access2003 F/E with SQLExpress B/E.
I would like to send email to an Exchange mailbox, have that mail forwarded to a SQL table and link that table to an Access F/E.
I have seen a few articles on how to do this using SQLMail but I can't see anywhere in SQLExpress that allows this.
I could connect each user's Access F/E directly to the public folder containing the email (using linked tables) but I would like the email stored in the SQL db (which I suppose is possible with some kind of Access form OnLoad event vb coding).
I could also install Outlook on the server running SQL and connect each user's F/E to that mailbox and then use the above OnLoad event to "copy" the data to a SQL table.
Could you please advise which of the alternatives is better?