G
Guest
Access 2002
Table tMstrAgeGrp
Fields AgeGrpId - AutoNumber
FundingID - Long Integer
Active - Yes/No
Form with RecordSource of tEnrolments and form includes a control for
FundingID
In the AfterUpdate of a combo-box I wish to find (from tMstrAgeGrp) AgeGrpID
for the first Active record (by AgeGrpID) with matching FundingID.
Then, if an AgeGrpID was returned do the same for the next matching record.
tMstrAgeGrp should contain only 0, 1 or 2 Active records for a FundingID.
I hope that I have explained well enough.
Table tMstrAgeGrp
Fields AgeGrpId - AutoNumber
FundingID - Long Integer
Active - Yes/No
Form with RecordSource of tEnrolments and form includes a control for
FundingID
In the AfterUpdate of a combo-box I wish to find (from tMstrAgeGrp) AgeGrpID
for the first Active record (by AgeGrpID) with matching FundingID.
Then, if an AgeGrpID was returned do the same for the next matching record.
tMstrAgeGrp should contain only 0, 1 or 2 Active records for a FundingID.
I hope that I have explained well enough.