E
Erik Gjertsen
I Have synchronize two Combo Boxes. That is going good. But I try to set inn
a subform I got problem.
The fist combo boxes name is master and the second is slave.
The name of the forms is LinkFRM.
SELECT IdentTBL.IdentID, IdentTBL.Fornavn, IdentTBL.Etternavn,
IdentTBL.TkNr, TkTBL.Tknavn, IdentTBL.Telefon, IdentTBL.Mobil
FROM TkTBL INNER JOIN IdentTBL ON TkTBL.TkNr = IdentTBL.TkNr;
I use followed procedure:
a subform I got problem.
The fist combo boxes name is master and the second is slave.
The name of the forms is LinkFRM.
SELECT IdentTBL.IdentID, IdentTBL.Fornavn, IdentTBL.Etternavn,
IdentTBL.TkNr, TkTBL.Tknavn, IdentTBL.Telefon, IdentTBL.Mobil
FROM TkTBL INNER JOIN IdentTBL ON TkTBL.TkNr = IdentTBL.TkNr;
I use followed procedure: