Hi Forum,
Just so I know what to search for.
What is the process called where in a form The On Enter Event will check to see if the number entered is a number belonging to the record.
We have MemberID and LoanID
The Form has an ApplicationID that can be matched to a MemberID and then to all of That Member's LoanID's
Easy to do a query to select just the relevant records for a given ApplicationID.
On the Form, when a LoanID is entered it must be a number that appears in the above selected record's LoanID's
I suspect this could involve a complicated sql statement in the On Enter Event
Just so I know what to search for.
What is the process called where in a form The On Enter Event will check to see if the number entered is a number belonging to the record.
We have MemberID and LoanID
The Form has an ApplicationID that can be matched to a MemberID and then to all of That Member's LoanID's
Easy to do a query to select just the relevant records for a given ApplicationID.
On the Form, when a LoanID is entered it must be a number that appears in the above selected record's LoanID's
I suspect this could involve a complicated sql statement in the On Enter Event