Hi,
How can I specify the value of an Outlook field compared to a value on a column in an access DB
I am coding a module in Access and I want to say that if the body in the email in Outlook is different to each record in the column body then save to the table, but is not working. As the module will be run every few sec I am trying to eliminate duplicates.
If OlMail.Body <> Rst!Body Then ....
Thanks!!!!
eilob
How can I specify the value of an Outlook field compared to a value on a column in an access DB
I am coding a module in Access and I want to say that if the body in the email in Outlook is different to each record in the column body then save to the table, but is not working. As the module will be run every few sec I am trying to eliminate duplicates.
If OlMail.Body <> Rst!Body Then ....
Thanks!!!!
eilob