G
Gary Dolliver
Hi all,
I have two tables (Entries and Payments) on which I am trying to compare
vouchers redeemed. I am needing to link [Voucher_Num] from table Entries,
which is an AutoNumber field to [Number] in table Payments which is a text
field (I need this to be a text field as this payment table contains all
payment types and I need to be able to capture either a CC number, check #,
money order number... and many of them begin with 0 or have alpha
characters). I am wanting to find out if there are any vouchers that have
redeemed (determined by fields in table Entries) that are NOT in table
payments (after running other queries, it appears there are based on payment
amounts not matching).
I thought I would need to use a query to manipulate the data in one table
first and then do the comparison, but I have not been able to get it to work.
Any help would be greatly appreciated, thanks!
-gary
I have two tables (Entries and Payments) on which I am trying to compare
vouchers redeemed. I am needing to link [Voucher_Num] from table Entries,
which is an AutoNumber field to [Number] in table Payments which is a text
field (I need this to be a text field as this payment table contains all
payment types and I need to be able to capture either a CC number, check #,
money order number... and many of them begin with 0 or have alpha
characters). I am wanting to find out if there are any vouchers that have
redeemed (determined by fields in table Entries) that are NOT in table
payments (after running other queries, it appears there are based on payment
amounts not matching).
I thought I would need to use a query to manipulate the data in one table
first and then do the comparison, but I have not been able to get it to work.
Any help would be greatly appreciated, thanks!
-gary