Cannot solve this. Imagine two tables [Table1] and [Table2]. [Table1] has three fields: Name, Birthdate and Occupation. [Table2] has two fields: Name and Birthdate. [Table2] is already filled up with meny records. Now, I have a form for editing [Table1] records with a ComboBox called "Name" and two TextBoxes: Birthdate and Occupation. When I choose a name from a list in ComboBox (list selected from [Table2] records) I want that TextBox to automaticaly show the Birthdate value (I want it to automaticaly take from [Table2] depending on what Name is chosen).
What should I write in TextBox's Control Source, assuming my forms name is [Form1]?
What should I write in TextBox's Control Source, assuming my forms name is [Form1]?