vba - Copy/reference Text Box Date value from a form to a report in Access -


so working in access db , may on looked.

how can take value form that's in text box formatted dates , reference value on report?

the dates aren't based of query or it's user have input (ex. date imported source date created) , should added report output?

is possible reference/copy form text box's date value report's txt box?

thanks

assuming form textbox still open, can use below show data in report

=[forms]![form_name]!textbox_name 

Comments

Popular posts from this blog

cakephp - simple blog with croogo -

How to group boxplot outliers in gnuplot -

bash - Performing variable substitution in a string -