Hi Everyone,
Please help me to figure this out as soon as possible. I have a sub form with its record source is table named "tblLoanProgram" that works fine, but I need to put sort by "ExpirationDate". For this reason, I change the record set of the sub form as:"SELECT * FROM tblLoanProgram ORDER BY ExpirationDate". It let me add a new record, but it doesn't show the new added record on the form. It appears the message "The data was added to the database but the data won't be displayed in the form because it doesn't satisfy the criteria in the underlying record source."
Thank you so much for your help in advance.
Please help me to figure this out as soon as possible. I have a sub form with its record source is table named "tblLoanProgram" that works fine, but I need to put sort by "ExpirationDate". For this reason, I change the record set of the sub form as:"SELECT * FROM tblLoanProgram ORDER BY ExpirationDate". It let me add a new record, but it doesn't show the new added record on the form. It appears the message "The data was added to the database but the data won't be displayed in the form because it doesn't satisfy the criteria in the underlying record source."
Thank you so much for your help in advance.