My form present some data, and i need to make simple report of it. All is fine on the first look, but generated report content all records from table(s) presented on the form. I need report with only curent record.
???
Thanks
Damir
P.S.
I need query to catch "ID" from active record presented on the form. (ID is Autonumber field in this table) After this i can make somthing like
SELECT * FROM AllData where ID in (select ID from "where ID is ID of curent active record on the form)
After this i can make report based on this query and conect it to some button on tihs form?
???
Thanks
Damir
P.S.
I need query to catch "ID" from active record presented on the form. (ID is Autonumber field in this table) After this i can make somthing like
SELECT * FROM AllData where ID in (select ID from "where ID is ID of curent active record on the form)
After this i can make report based on this query and conect it to some button on tihs form?