Hi,
I'm currently doing some practice stuff on Access with the MS Northwind sample database! I've been trying to make a calculated control in the invoice report with the expression builder. I've simply added a text box with a label under the OrderID header, then I went to the properties of that text box and used the expression builder in 'control source' to create the following expression:
=[Orders]![RequiredDate]+30
What i'm trying to accomplish with this is a 30 day addition/extention to the reqiured date in the report. But for some reason this doesn't work correctly and when close the report and open it again, it brings up a dialog which says enter parameter value and it simply displays an error in the text box on the report! Any ideas or guidance with this problem would be greatly appreciated! Thanks in advanced!
I'm currently doing some practice stuff on Access with the MS Northwind sample database! I've been trying to make a calculated control in the invoice report with the expression builder. I've simply added a text box with a label under the OrderID header, then I went to the properties of that text box and used the expression builder in 'control source' to create the following expression:
=[Orders]![RequiredDate]+30
What i'm trying to accomplish with this is a 30 day addition/extention to the reqiured date in the report. But for some reason this doesn't work correctly and when close the report and open it again, it brings up a dialog which says enter parameter value and it simply displays an error in the text box on the report! Any ideas or guidance with this problem would be greatly appreciated! Thanks in advanced!