I have looked at a lot of treeview examples and none of them do what I need. Basically, I want a user to able drill down to a specific office using a treeview. That office would then be stored in the tblMain under the "location" field.
The treeview should be based on the table "tblLocations" which has the following structure:
Region
District
Office
Each office has a unique id. I was thinking that I could use a pop up form and have the user select the location in the pop up. However, I cannot figure out how to store that information selected by the user. Thanks.
The treeview should be based on the table "tblLocations" which has the following structure:
Region
District
Office
Each office has a unique id. I was thinking that I could use a pop up form and have the user select the location in the pop up. However, I cannot figure out how to store that information selected by the user. Thanks.