If you don't mind using the undocumented MSysObjects table, the ID field
appears to be constant.
You might want to read MichKa's comments about the advisability of basing
things on the system tables
http://www.trigeminal.com/usenet/usenet017.asp
--
Doug Steele, Microsoft Access MVP
http://www.AccessMVP.com/DJSteele
Co-author: Access 2010 Solutions, published by Wiley
(no e-mails, please!)
"(PeteCresswell)" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> I've got a report for which the user can supply free-form
> comments.
>
> Comments tb saved for the next time the report is run.
>
> Comments can be Added/Changed/Deleted.
>
> To me, that's a hidden table "zstblReportComment".
>
> But how to key it to different (in the events that other reports
> crop up with the same requirement) reports?
>
> I guess Report.Name is the fallback position - and I guess the
> likelihood of somebody renaming a report later is low....
>
> But I'd really rather have something like a ReportID that is
> unique to/embedded in the report.
>
> I there anything "under the table" yet not *too* arcane that I
> could use?
> --
> PeteCresswell