1st table is press.
Feilds are [pressID] [pressname] [pressAddress]
2nd table is bookt
Feilds are [bookname] [booknumber] [auther] [registeredDate] [recipissuDate]
I need to use a form to filter those using
Comboboxes
Select [pressID]
Then automatically get the
[pressAddress]
[pressname] to the form
And
Filter data on [registeredDate] starting date and to date.. selecting on the form.
Please help me to how to do search those to a report useing one command button
Thank