First off sorry if this is posted somewhere else, I could not find it. =)
I have a form with some fields as well as a table.
I would like to use the table within the form that I have set to not allow edits to select something within the table and the form fields update from the selected record.
I am fine with having either bound or unbound fields as I know how to update them, I just need to know how to basically select the specific record so I can update the form.
Also possibly a way to select only 1 record at a time would be nice but not mandatory as I am sure Access would just recognize the top most record.
I can attach images if you like, but I basically created it by clicking on the table and then form, so currently it is bound with some small modifications, but I plan on unbinding it and adding some error checking and auto-complete functionality.