0

Jet reports shows records that do not exist in table

Hello everyone.

I fear index problems because Jet reports is showing me records that are deleted already…

I made a report showing me the item table with item no. and than I retrive the first item of a second table in beside it.
to check relations between the table.

when I did not find a few records in the second table, I got woried and tried to find the item in the item table, using Navision and SQL with no result.
I know by head that those items where deleted long ago, but how dous Jet remember that? and when deleted I am not interested in it…

What is happening? I tried to do some SQL querys on the database
SELECT [No_]
FROM [PROD_DB].[dbo].[Cronus$Item] WITH (INDEX = 1)
WHERE [No_] = 'MISSINGITEMNO'
GO

TO

SELECT [No_]
FROM [PROD_DB].[dbo].[Cronus$Item] WITH (INDEX = 17)
WHERE [No_] = 'MISSINGITEMNO'
GO

raizing the index number every time, to check every index but that did not give me results either..

Any help = apriciated

Regards,

Sjaco

1 comment

Please sign in to leave a comment.