Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
[purple]It would be a big help![/purple]dhookom said:[blue]Can you tell use about your tables and fields? [purple]How about some sample records with the desired output?[/purple][/blue]
SELECT *
FROM tblDailySummaryStoreInformation
WHERE SummaryDate = (SELECT Max(SummaryDate) FROM tblDailySummaryStoreInformation D WHERE D.SummaryDate < Forms!frmTrialBalance!txtStart)