I have 1 form for recipients and 1 form for donors, linked via ID. Donors have "Donor ID" as primary key : this field is "ID-progressive alphabet letter" (i.e. recipient 415 has donors 415-A, 415-B, 415-C, etc...) How can I autofill the "Donor ID" field with progressive alphabet letters once a new donor record is created for a given recipient ???
I think I have to use the recordset to find how many records have been associated , but can't figure out why ?