R RC- Nov 17, 2006 #1 How can I find the latest date in a table and then add it to a report? Thanks, RC-
J John Vinson Nov 18, 2006 #3 How can I find the latest date in a table and then add it to a report? Thanks, RC- Click to expand... Set the Control Source of a textbox on the report to =DMax("[datefield]", "[tablename]") using the actual names of the field and table. John W. Vinson[MVP]
How can I find the latest date in a table and then add it to a report? Thanks, RC- Click to expand... Set the Control Source of a textbox on the report to =DMax("[datefield]", "[tablename]") using the actual names of the field and table. John W. Vinson[MVP]