I've made database of relational tables in access relation of tables are given by following image 
When i'm trying to insert data to table using following query
qrY = "INSERT INTO `reg_table` (`Regn_ID`, `Full_name`, `Addr`, `City`, `PIN Code`, `Email`, `Contact_No`, `Fee`, `payment_type`, `checkordraft_No`, `regn_Date`, `conTctID`) VALUES " qrY += "(NULL, " qrY += "'Bb'," qrY += "'Bb'," qrY += "'Bb'," qrY += "'12312'," qrY += "'Bb'," qrY += "'Bb'," qrY += "'Bb'," qrY += "'Bb'," qrY += "'Bb'," qrY += "'18-04-2014'," qrY += "'1'" qrY += " )"" it gives me error "You tried to assign the Null value to a variable that is not a Variant data type." I don't know whats the error and how to mess with so please give me any solution . . . .
Or Just Tell Is it causing because of relational tables or datatypes errors