I have a main form (fmnMain) with a one to many sub form(sbfmnContactInfor). The main form is office buildings and the sub form displays contact inform for each location
On the subform, I have an unbound list box that lists the current entries for that location. I would like to be able to double click a name and have it jump to that record.
I have done this before using a macro and open form command setting the where statement to the equal the ID. However, this does not work, at least I cannot get it to work, with a subform.
Any thoughts on this? Thanks.
On the subform, I have an unbound list box that lists the current entries for that location. I would like to be able to double click a name and have it jump to that record.
I have done this before using a macro and open form command setting the where statement to the equal the ID. However, this does not work, at least I cannot get it to work, with a subform.
Any thoughts on this? Thanks.