G
Guest
I want to find the name of the current report and use it to select a record from a table which contains one record for each available report, so I can customise the header of the current report with its specificic title and a few other details from the same table.The report name is in the table is called rptid is 8 chars and is the primary key of the table.How can I reference it I have a query which SELECTs all the fields in the table WHERE rptid = "reportname", but dispite trying many thing eg Me.name etc I can't find the name. Thanks for help.