Manually fill in a "Date Signed" field

  • Thread starter Sherrill from California
  • Start date
S

Sherrill from California

In my report, I have a "Date Signed" field that is currently set to =Now().
I want to be able to have a parameter that will ask for what date I want
there, and put it on all the forms. This report is a statewide report and
run at different times, but the date needs to be the 6th of the month. Some
regions print 3 months in advance.

Is there any way without messing with SQL codes (which I suck at) to do this?
 
S

steveh

Yes, instead of =Now() have something like =[Enter date signed] and you
will get prompted with the text you have in the brackets.

Steve
 
S

Sherrill from California

Thank you! I can't believe I couldn't figure that out....
--
Thank you for any help you can provide.


steveh said:
Yes, instead of =Now() have something like =[Enter date signed] and you
will get prompted with the text you have in the brackets.

Steve

In my report, I have a "Date Signed" field that is currently set to =Now().
I want to be able to have a parameter that will ask for what date I want
there, and put it on all the forms. This report is a statewide report and
run at different times, but the date needs to be the 6th of the month. Some
regions print 3 months in advance.

Is there any way without messing with SQL codes (which I suck at) to do this?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top