westoby1989
Technical User
I have a button on a form that is used to open a query to display appropriate information based on the information entered in that form. The query uses the following criteria:
[Forms]![flight query]![flight id]
Where [flight query] is the name of the form. The idea is that the query displays data only relevant to the current entry.
The report used to display the correct information however I have since set up a switchboard. This opens the form in "Add mode" but when data is added and the button is pressed to open the query there are no records displayed.
Can anybody explain why there are no records being displayed and how to fix it?
[Forms]![flight query]![flight id]
Where [flight query] is the name of the form. The idea is that the query displays data only relevant to the current entry.
The report used to display the correct information however I have since set up a switchboard. This opens the form in "Add mode" but when data is added and the button is pressed to open the query there are no records displayed.
Can anybody explain why there are no records being displayed and how to fix it?