Sanchocow
Registered User.
- Local time
- Today, 13:23
- Joined
- Feb 25, 2008
- Messages
- 10
I have a main form frmContacts and a subform sbfRA that has repair requests. These two are linked by the key ContactID. The Repair requests have primary key RA which is autonumbered. I am wondering what the easiest way is to have my navigation buttons go through all the records in the RA table and order by RA Number. If I put the Navigation buttons in the subform, then it only lists the RA's relative to the contact in the main form. Putting the buttons in the main form lists all the contacts, but then you have to navigate on the subform to get the RA Numbers and it is ordered by ContactID. Maybe there's some way to reference the RA Number in the main form? Or change the recordsource to a join query for navigation, but it seems like there should be something easier.
Thanks.
Thanks.