When I cancel the inputbox of if i leave the inputbox empty and click on OK I get a type mismatch error. The field OBNVac is a currency field.
Who can help me out?
Dim Controle As Integer
Dim sInputE As Currency
Controle = DLookup("OBNVac", "tblHeffingTarief", "Jaar = " & "[Tekst0]")
If...