jkfeagle
Codus Confusious
- Local time
- Today, 11:50
- Joined
- Aug 22, 2002
- Messages
- 166
I have a continuous form that after selecting a group from a combo box, should give the user the option to print a report associated with the selected records. The user chooses which to print from the displayed records by simply checking on a yes/no checkbox for each record. The print button calls up and prints the report which is based on a different query but uses a control on the form (EmpID) to filter the list as well as whether the checkbox is set to true. The form is set to requery before it prints the report in order to make sure that all the checks are recorded to the table under the form. The problem I have is that when the first record is checked it will print. When any other records are checked, for some reason it doesn't see those records. I suspect the problem is associated with the field that uniquely identifies each record (EmpID) and that somehow the query is only seeing the first record in the dataset displayed on the form. Anyone have any ideas?