I have a form that a user enters check information on, ie name, date, amt, purpose. I need to find out the best way to update a separate table with the check information. The trick is that the program needs to lookup the member using the name entered on the check entry form in the separate table, but only the member's id is in that table. The members name is in another table (related by id). The name needs to be verified by the user before saying ok to update with the check information.<br><br>Table 1 --name, address (includes id)<br>Table 2 --residency details, residency payment (includes id, no names)<br>Table 3 --cash receipts (does not include id--not related at all)<br><br>So while entering information in table 3, need to also update table 2 with the same information but need to verify that the names match first.<br><br>I know this is confusing and I haven't explained it very well. Currently, I am just getting a list of residency fees paid out of table 3 and looking up each person in a form based on a query of table 1/table 2 info, and manually entering the check information. Time consuming and I'm sure it can be automated.<br><br>Thanks for any help!! <p>jgarnick<br><a href=mailto:jgarnick@aol.com>jgarnick@aol.com</a><br><a href= > </a><br>