I have a situation where I need to:
- compare Table A with Table B
- present records where there is an A, but no matching B
- allow user to check off which records to copy to B
- allow user to change certain fields of record A
- copy the selected records from A to B when user clicks
Note that Table A is not changed during this process.
So far I can present the records from A using an outer join to B, and a Continuous Form mode. But not sure what to do with the check boxes that user selects. They aren't bound to Table A, because there is no appropriate column.
Hopefully that's enough to go on...if not, let me know.
Dave.