Hi,
My program contains a database and two forms(master and detail form).
Are there any good method to "send" the current record of the master
form to the detail form.(e.g. If the current record in master form is
0005, when the detail form is opened it moves to the record 0005).
I opened recordset in master form and detail form separately,
and tried to use bookmark to link up two forms, but it doesn't work.
Regards,
Kwok-ho