How to see if a record is temporary

Hi Is there any any way to tell if the record at hand is Temporary or “the real deal”? My problem is, that in some cases I run the record as temporary on a form an som case not. The “light solution” would be to transfer a variable to form indicating whether the form is called with a temp-variable - but that is not what I want! HELP!!!

I was looking for this one as well but never found a proper solution.

It may be done, depending of the data you use in the records. If it is possible that you have some defined record in actual data and do not have it in temporary table (or opposite way) then you might check for existance of this line in the table.

I think I end up creating a new field on the underlying table, indicating whether the record is temporary or not (the field is being updated when the temporary records is being created).