Open the report after clicking the button from the form

  • Thread starter Thread starter Bill
  • Start date Start date
B

Bill

Hi,

I need your help me to understand.

When I click a list of reports in the text box, I filter the year and select
one of many reports that link to the query from the report. I just want to
be sure if there is any conflict when someone try to input the data on the
form link to the query while I open the report to link the same query.

Can you help how to set up the beginning of the code and the end of the
code. I will do myself to create between the beginning and ending of the
code.

Your help would be much appreciated.
 
1. What do you mean by 'conflict'?

2. Access is a database. When you open a table, query, form, or report
the data in the underlying recordset will be displayed as-is. If someone
happens to be working on the record for John Smith, any changes that
*HAVE NOT* been saved will not be reflected in the data that you see.
 
Back
Top