I am using Access 2007 and would like my subform to fill in the remaining text boxes in my form once I choose an item from the drop down combo box. Meaning if my table has "Fred, accounting, 555-5555". In the form, I'd like to be able to choose Fred from the drop down box and his department and phone number fill in automatically.
I've tried Me!TextBoxName=Me!ComboBoxName.Column(#) to no avail.
It seems like this would be easy to do and it DOES fill in the text boxes the very first time I choose something, but then the next thing I choose, it sends the data already there back to my table and screws up all my info. Perhaps I should be using a report or filter?
Any help would be greatly appreciated - Thanks!
I've tried Me!TextBoxName=Me!ComboBoxName.Column(#) to no avail.
It seems like this would be easy to do and it DOES fill in the text boxes the very first time I choose something, but then the next thing I choose, it sends the data already there back to my table and screws up all my info. Perhaps I should be using a report or filter?
Any help would be greatly appreciated - Thanks!