Relational problem

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney
OK, you've got two problems here. I'm assuming that Equipment is your "one" table and Test History is your "many" table. If this is true, then change the data type of equipment ID in Test History to Long Integer. Also, you have a number (4) in the Test History table that is not in the Equipment table. When you join these tables by the Equipment ID, numbers must first exist in the Equipment table before they will be allowed in the Test History table. So, change Equipment ID's Data Type to Long Integer, delete the record with #4 in it, write the # 4 equipment information in the equipment table, hook the tables up in your relationship window, and then put #4 back in the test history table. It should then work like a champ
 
Upvote 0
Many thanks, I had already changed the data types to long integer as you recommend.
I stil cannot link the tables, so i am going to try your other suggestion regarding the #4, as have not tried that yet.

Thanks

Charlie
 
Upvote 0

Forum statistics

Threads
1,221,501
Messages
6,160,177
Members
451,629
Latest member
MNexcelguy19

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top