So im very new to Access and trying to wrap my head around it...but access is winning. i remember taking VB courses 6 years ago but i havnt used it since and its foggy in my memory.
Basically i have Form that i want to pull specific data from a single table when i select from a drop down box, so im guessing that onchange would be used and a bunch of if statements??
here is a sample(not the actual table) but close to what it will look like.
this is what it looks like...i would like it to pull information from my table once something has been selected from the combo box
so for example-
combo box = surgical specialists then i would need it "find"the practice manager of surgical specialists and place it in the Practice manager field
same with the phone number, fax, ect...
any help is appreciated!!