I need to add some common details in more than two tables.
ugad = "INSERT INTO Ugadmissiontable(Ugname,Ugdob,Uggender)
this adds the info to Ugadmissiontable
And i need to add the some of the datas into department details
ugad = "INSERT INTO" & dept
& "(Ugname,Ugdob,Uggender,Ugage,Ugdept,Ugcoursejoined)"
So i have stored the Department (from drop down list box) and assigned it to Dept. So i guess dept would have Csc if i choose csc and commerce if i hoose commerce.
When I checked with breakpoint it s workin. Datas are added perfectly. But they are not visible in that respective table