hey!
I followed the instructions! but it didn't work
is there any special tip or smth else I should do before using the VBA codes?
my tables are:
tblStudent : sID(key),sName,sAvg
tblCourse: cID(key),cName,type,unit
tblchoose: ID(key),sID(forein key),cID(foreign key)
in the form I have two...