Thread: parameters
View Single Post
  #5  
Old January 15th, 2010, 12:47 PM posted to microsoft.public.access.tablesdbdesign
JoAnn
external usenet poster
 
Posts: 144
Default parameters

Thanks Clifford
--
JoAnn


"Clifford Bass via AccessMonster.com" wrote:

Hi JoAnn,

Just use the parameter as the control source in your report. So if you
have [Enter Start Date:] as a parameter, you can set the control source of a
text box to [Enter Start Date:]. Or you can use it as part of an expression:
=[Enter Start Date:] & " through " & [Enter End Date:].

Clifford Bass

JoAnn wrote:
Hi,

how can I get the parameters to print on a report so the reader knows what
dates that information covers without having to enter the dates twice?

Thanks!


--
Message posted via http://www.accessmonster.com

.