I have a form in my database that is going to contain location information. I would like to create a dropdown list for the user to select the location name, and then the remaining 6 fields that pertain to that location would be populated based on the selection in the dropdown list. Make sense?
In other words, the location for McLane Lake is at xxx mile marker, in SectionX, TownshipX, RangeX and consists of a total acreage of x. I want to make the dropdown list so the user would select McLane Lake and the other info would be populated in the appropriate fields (which I have already created).
Preface: I do not know Visual Basic. How can I accomplish this task?
Thanks!