Wat doe ik bij onderstaand queryveld verkeerd?
Access zou dus Veld1 t/m 6 bij elkaar moeten optellen, waarbij een leeg veld als 0 geldt.
Access geeft echter aan dat "the function is containing the wrong arguments"
Access zou dus Veld1 t/m 6 bij elkaar moeten optellen, waarbij een leeg veld als 0 geldt.
Code:
TotaalBedrag: Nz(Sum([Veld1];0)+([Veld2];0)+([Veld3];0)+([Veld4];0)+([Veld5];0)+([Veld6];0))
Access geeft echter aan dat "the function is containing the wrong arguments"