OK, this is kind of hard to explain, but I'll try. Basically I have two Tables. One table holds all our payment information, work orders and such. The second table has payments that needed to be updated on table 1. I have written code that compares the two table and updates the payments on table 1. I do a compare between completion date and account number (the only two fields that are usually the same). However, some of the payments information is slightly different (such as a date being off). My code updates usually 3000 or so records and leaves about 50 unupdated. It flags the 50 unupdated in the payment table, then opens a query in access for the user to see the unupdated records. It also opens table 1 with the possible matches for the unupdated ones (by account number only, usually about 3 choices). I want the user to be able to look at table 1's query to find the appropriate record that matches the payment and fix the date to the same as the payment table. Then they can run an update again and all the payments should be updated.
The problem is I cant type in the table 1 query, It says it is unable to be edited. I assume it is because it references the payment table as well to figure out which account numbers to bring up.
I know this is confusing, but I really dont know how else to explain it. Please Help
The problem is I cant type in the table 1 query, It says it is unable to be edited. I assume it is because it references the payment table as well to figure out which account numbers to bring up.
I know this is confusing, but I really dont know how else to explain it. Please Help