V
Vjeran
I have combo box DJECA on a form RADNI_STAZ with row source:
SELECT Count(*) AS jmbg FROM DJECA WHERE radni_staz.jmbg=djeca.jmbg;
I need an update query which will update field br_djece (in table
RADNI_STAZ) with value given in statement above...
what does it do? it counts number of children (from table DJECA) for every
employee (in table RADNI_STAZ)
SELECT Count(*) AS jmbg FROM DJECA WHERE radni_staz.jmbg=djeca.jmbg;
I need an update query which will update field br_djece (in table
RADNI_STAZ) with value given in statement above...
what does it do? it counts number of children (from table DJECA) for every
employee (in table RADNI_STAZ)