I have a form called frmListing. In this form I have 2 buttons: View and Delete. There's also a subform that shows all records from my main table[tblOncReg] and displays only the 4 most important identifying fields.
When I click a record in the subform(table), I want to then be able to click the buttons and have the appropriate action performed on the record I clicked on. Not sure what action and arguments to apply to the buttons so they focus on the selected record.
This particular form is simply a complete listing of patients in the DB from where a user can either quickly view the data in my main form, or quickly delete a series of records.
Any ideas?
When I click a record in the subform(table), I want to then be able to click the buttons and have the appropriate action performed on the record I clicked on. Not sure what action and arguments to apply to the buttons so they focus on the selected record.
This particular form is simply a complete listing of patients in the DB from where a user can either quickly view the data in my main form, or quickly delete a series of records.
Any ideas?