Overview:
I have a table called Locations which contains a bunch of information, including the current address of each location. I have another table called Location_Address which contains the past, current, and future addresses of each location. Users do not interact with either of these tables directly, there is a form they use which allows them to view the information graphically. On this form there is only the current address listed, but there is a button which pops up another form containing all of the other addresses for a location.
Question: I want to add a button to the Other_Addresses form which allows the user to set any of the addresses listed as the current address displayed in the main form. (When the future, pending address becomes the current address, I want the users to be able to change it in the main form). I do not want to let the users manually change this information because of the risk of errors. Any ideas on the easiest way to do this? Thanks in advance
I have a table called Locations which contains a bunch of information, including the current address of each location. I have another table called Location_Address which contains the past, current, and future addresses of each location. Users do not interact with either of these tables directly, there is a form they use which allows them to view the information graphically. On this form there is only the current address listed, but there is a button which pops up another form containing all of the other addresses for a location.
Question: I want to add a button to the Other_Addresses form which allows the user to set any of the addresses listed as the current address displayed in the main form. (When the future, pending address becomes the current address, I want the users to be able to change it in the main form). I do not want to let the users manually change this information because of the risk of errors. Any ideas on the easiest way to do this? Thanks in advance