Hi everyone..can you help me with this problem?
in my frm1, i have:
ID no: (txtid)
Name: (txtname)
Address: (txtaddress)
in my frm2, i have:
ID_no: (txtid)
ISBN: (txtisbn)
Date Borrowed: (txtdate)
the problem now is I don't know how to code it, when i input the ID_No in frm2 then i'll save it.. a msgbox will appear if the ID_no is not yet registered, so there is a connection between the txtid in frm1 and the txtid in frm2.. but if it's registered i will just save automatically..
please help me!