thanks fro the help can you expand a little please
Below is the code I use to send the date to the report, how do I then tell it to change the fromat to us
DoCmd.OpenReport "rpt1_detail", acViewPreview, , "[run date]= #" & Me.txt_report_date & "#"
thanks again
as a side question why is...