|
Question : Find Button on MsAccess Report
|
|
Is it possible to add a Find Button on an MS Access report and have it find a record in that report? If so, could you tell me how I can do that?
Thanks.
|
|
Answer : Find Button on MsAccess Report
|
|
>add a Find Button on an MS Access report and have it find a record in that report? Uhhh, no. Access Reports are optimized to print data to paper/file in a specific format, not to allow you to edit data (like via a 'Find' button) in any fashion.
To do that, use a form.
|
|
|
|