Access stops me from increasing the size of a key field
Table tTrades
. Key field: idTrade: auto-number
. Field: Code: Text 10 characters
Table tData
. Key field: Code: Text 10 characters
I get an error message when I try to change either of these Code fields from size 10 to 16 characters
Error message “you cannot change the data type of field size. It is part of one or more relationships. Te change the data type of this field, first delete its relationships in the relationships window.
I deleted all relationships in the relationships window
But I still get the same error message.
If I click on relationship window > "All realtionships", Access reproduces all my relationships in the relationship window. Somehow it knows them. I deleted them all again and saved.
But I still get the same error message.
I have a form ftTrades which generates automatically when I click on table tTrade and create a form
I deleted this form ftTrades
But I still get the same error message.
Any ideas on how I can increase the size of this field