Solved what the??

John Sh

Member
Local time
Tomorrow, 04:01
Joined
Feb 8, 2021
Messages
493
The first image below is the detail of the table "Speciestemp" in the back end of a split database.
The second image is the same table in the front end showing the link detail. "J" is an external hard drive.
The third image is what happens after clicking the front end link of "Speciestemp".
I have tried removing all records from the table with the same result.
If I click on "OK" the table opens normally. If I click on "Cancel" it closes.
Edit.
In it's usual function, to hold a list of data, the table behaves correctly.

Why is this table acting like a query?
Screenshot_2.jpg


Screenshot_6.jpg


Screenshot_5.jpg
 
Last edited:
Check the properties of the table. From your description, you have defined a property based on the word "Spelling" as though it was a property of the table. But since there is no native property called .Spelling, Access can't find it so thinks it must be a parameter.
 
Check the properties of the table. From your description, you have defined a property based on the word "Spelling" as though it was a property of the table. But since there is no native property called .Spelling, Access can't find it so things it must be a parameter.
see attached images.
Note..
Opening this table in the back end does not generate the dialog.
.
Screenshot_7.jpg
Screenshot_8.jpg
Screenshot_9.jpg
 
I have just done a copy, paste and re-link of my database and the "Speciestemp" table is gone.
There must have been some corruption in the table.
Just one more mystery to be pondered.
 
Glad you got it to a usable state. That would be an odd bit of corruption because appending the name "Temp" to another table (i.e. your "Species" table) isn't a normal Access crash recovery action - unless Microsoft has changed things AGAIN.
 
Beware naming a table field as "Collection".

It's a reserved word in Access which *could* cause weird issues like you faced.
 
It might have been a saved filter or sort on the table. It could be other things, but creating a new version cleared it up, so it's moot now.
1716734066713.png
 
Glad you got it to a usable state. That would be an odd bit of corruption because appending the name "Temp" to another table (i.e. your "Species" table) isn't a normal Access crash recovery action - unless Microsoft has changed things AGAIN.
Speciestemp was my naming as its a temporary file to hold ephemeral data.
 
Beware naming a table field as "Collection".

It's a reserved word in Access which *could* cause weird issues like you faced.
Good point. I hadn't thought of that. It only occurs a couple of times so easily changed.
 
It might have been a saved filter or sort on the table. It could be other things, but creating a new version cleared it up, so it's moot now.
No filtering or indexing on the file, that's done in a query.
Where did you find that property sheet?
 

Users who are viewing this thread

Back
Top Bottom