Microsoft
Software
Hardware
Network
Question : Opening a report in Access - It asks a question - The answer I type is added as text in the report
This is just background information that may not even be important.
I have a report that when it is opened, it asks for a number. That number is pulled from a query. It takes all the fileds in the query and in the report and brings me back all the records for the number I entered.
Anyway, what I want is for a report to ask me two questions when I open it, and whatever I answer is then placed in the report. One pulling from a query and one just placing whatever I type in into the report. I do not want this pulling from a query just adds in what I enter.
Below is really a basic idea of what I am requesting.
Example -
1. Open a report it asks "What is your name?"
2. I enter my name and hit enter.
3. The report then opens and a field is on the report with whatever name I entered.
How can I do this?
Answer : Opening a report in Access - It asks a question - The answer I type is added as text in the report
Actually ...
=[What Is Your Name?]
added question mark :-)
mx
Random Solutions
Strip CRLF from txt file using existing query
Formatting columns in SSRS Report Builder
Why public network is the highest in the binding order?
CScrollView in a static CSplitterWnd pane
Open Sharepoint server's pdf file in asp.net...
Color handling of a CEdit !
linq query handling null datetime
sql: issue checking if character is in number range
Reference Problem - Name conflicts with existing project, module or object library
assigning select results to a variable