I have a main table with a field "NameID" which is an Index and is Autonumber, thereby becomes a LONGINTEGER type. I only need up to 20,000 names and would like to use the INTEGER as the type for field in other tables (to reduce the size) that link to this main table. It seems to work ok, but can anyone tell me if there is any long term danger (or confusion) in doing this ?