Does anyone know why a Primary Key in a table makes a query not work anymore?
If I use like select * from mytable then I get 0 records
and when I remove the primary key for my Autofield integer then I see
all the records.
This was working fine in Access 2003, but in 2007 if refuses to work.
Even created a new 2007 Db, and it won't work.
Any thoughts?