|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
How to insert a criteria from query into report
I am trying to insert the dates used as a criteria in a query into a report without having to type them every time. The criteria is:
Between ([Please enter starting date]) And ([Please enter ending date]). This is entered once to launch the report however I would like these dates to appear in the header without having to manually change them each time. I appreciate any suggestions. Thomas |
|
#2
|
|||
|
|||
|
Just put a textbox in the header with the control source as
Code:
=[Please enter starting date]) & " to " & [Please enter ending date] This will automatically populate those bracketed variables when it asks for the query. |
|
#3
|
|||
|
|||
|
That was great. Thanks a lot!
|
![]() |
| Viewing: Dev Articles Community Forums > Databases > Microsoft Access Development > How to insert a criteria from query into report |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|