i need some help with some coding (as I know very little)
i just need a little procedure that will check if a record has already been entered (check by comparing that two fields of formA and the two fields of formB are equal). if not, i want to continue to check the rest of the records in the form until none is found then i will add a new record. FormA & formB are subforms of Form1. I don't quite get the whole concept of recordsets and recordsetclones, etc., but is it possible to still check the records even if what is displayed in FormB is based on Form1's index?
i just need a little procedure that will check if a record has already been entered (check by comparing that two fields of formA and the two fields of formB are equal). if not, i want to continue to check the rest of the records in the form until none is found then i will add a new record. FormA & formB are subforms of Form1. I don't quite get the whole concept of recordsets and recordsetclones, etc., but is it possible to still check the records even if what is displayed in FormB is based on Form1's index?