Hi,
Is always neccessary to link two tables with relationships ?
Example: let's say I have table "Books" with all book data (Title etc.), and another table "Author" with all data about book author (Name etc.).
I can store information about Author in 1st table even without linking tables - I can just change number field from 1st table to Combobox, and set It's control source to ID of 2nd table - and Combobox has view to data from 2nd table.
Is there any difference If I create relationship between tables ??