Other than two smartly placed subforms, I don't think so. Maybe you can pose your problem or reason for wanting to do this and we can figure something esle out.
I am trying to create (a) form(s) that will show side-by-side 2 duplicate records and enough data to distinguish them. The user would then decide which record to delete. Any records related to the record to be deleted would have to be transferred to the remaining record.
I would also want an option to update the remaining record's empty fields with info on the record to be deleted if it is available.
I would think you can accomplish the same thing by using continuous forms. Use the wizard, if necessary, to find duplicate records, then base your form on the query. There is nothing to prevent you from editing one record and deleting another -- they just won't show the next time you open the form because they no longer fit the query criteria.
If you just need two forms side by side, why not create one form with two subforms embedded side by side? Use the controls on the main form to index which records are displayed on the subforms, in effect creating a continuous side-by-side form.
Hmmm...one strange thought...what if you have 'triplicate' records?
I'd better suggest getting the list of 'multiplied' records in a form to state merely the number of records. Then, one double click would display those records displayed in a normal form, one beneath the other. This way user can really decide what to keep and what to delete...
I was able to make this work using Mainform/subform with the find dupes query as the recordsource on the mainform and a query based on the above query but where it equals the SSN on Main and does not equal the RecordID on Main.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.