As it shown in the first image There's plus sign I highlight it with red color, every time I press it it shows ( One of the parameters invalid )
I uploaded the relationship image + The other table
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
When I create 2 tables in access and make a relationship between them.
When I press plus sign in the first table it shows me a ( One of your parameters invalid )
As it shown in the first image There's plus sign I highlight it with red color, every time I press it it shows ( One of the parameters invalid )
I uploaded the relationship image + The other table
Hello. I had the same problem that I could finally solve. Main table index was set to large number. I changed it to number and it worked. All relationships were okay, I made a query to check and got the data as it should be. I hope it can help.
Large number make this error but in some systems we can use relationship with large number with out any error ! New systems don't encounter this error! But old system can not handle the large number so if you can't convert it to number you should change the format into short text in two tables ! This way problem will resolve!
What are the data types of the Iqama columns in the two tables? From your screenshot, that in Employees is clearly a number, which I assume to be the identification number of the residence permit. Normally a long integer number (as set in the column's Field Size property in table design view) would be used in the case of a key like this. The data type must be the same in both tables.
Note that in a one-to-one relationship type like this one of the tables, almost certainly Employees in your case, must be the referenced table in the relationship.
What happens if you join the tables on the Iqama columns in a query?