Search results

  1. D

    Outlook Insert Into attachments into Access Table

    Hi All, I've setup a simple process in Outlook VBA when an email comes in it will grab the Sender, Subject, Body and received time from the email and dump it into a table (ITtbl) in Access. The problem I'm having is, I also want to attach the entire email in the access table. I've setup an...
  2. D

    Comparing 2 Recordsets / Matching column data

    Hi All, I'm trying to write a function that looks at two record sets and verify that pack numbers match between RetailEntry and tblTemp. If a pack number is in RetailEntry and not tblTemp then I want it give a warning. What I have below works for a 1 to 1 check BUT there is the possibility of...
  3. D

    Access VBA Checking for range of checkboxes with Dlookup

    Hi All, New here! Hoping someone can help me. I'm self taught in VBA and this issue has stumped me. I have a table "tblMtemp" there is a column for "PackNum" What I'm trying to do is right some code that verifies that for "PackNum" there is at least one Checkbox checked. In this example...
Top Bottom