I am trying to create a query where i look at the [date],[driver],[amount] from table E and look at the same fields in table F and i need to know all the entries where they do not match. the inner join i am creating in the SQL view of Access (i cannot right code very well in VBA) is returning the matching line items.
essentially table E records when i enter a receipt manually into access. Table F is an upload from a credit vendor. i need to reconcile when there is a charge on on table f that was not input in table e, and the other way around.
thanks for any help you can give a beginner,
essentially table E records when i enter a receipt manually into access. Table F is an upload from a credit vendor. i need to reconcile when there is a charge on on table f that was not input in table e, and the other way around.
thanks for any help you can give a beginner,