I have 3 tables joined by a query, the results are shown
on a form that is set to continuous and this works OK, my
problem is that I cant fit all the data on 1 line so I
want a "More Info" button on each line that will open a
popup form but when I do this the popup always goes to
the first record, but I want "More Info" about the line
that I selected. I guess I need an event procedure that
will get the record number of the previous form and then
use it on the popup form, ie Docmd.GotoRecord.
Please help I am completly stuck.
on a form that is set to continuous and this works OK, my
problem is that I cant fit all the data on 1 line so I
want a "More Info" button on each line that will open a
popup form but when I do this the popup always goes to
the first record, but I want "More Info" about the line
that I selected. I guess I need an event procedure that
will get the record number of the previous form and then
use it on the popup form, ie Docmd.GotoRecord.
Please help I am completly stuck.