Hello,
I have a list of locations with associated pictures. I would like for when the location is selected, the correct picture will appear on the form.
Thank you for the help!
My combo name is Combo355
In the location text box property sheet in the "Data" tab I have the following:
Control Source: =[location]
In the location text box property sheet in the "Event" tab I have the following:
After Update: Me.[location]=Me.[Combo355].column(1)
Is that all correct...
It did address my question, however I am still not getting it to work.
I changed the formula to Me.location=Me.ComboName.Column(2)
However, it is still not saving the location over. I assume I am doing something wrong.
Thanks for the help, as well as the above poster who provided the link.
Space name is working perfectly and copying over from my form to my database, however space location won't copy over to the database. How do I tell a text box what field to populate in the database?
Basically I have two...
Hello all,
I am new to this forum and to access. I image my question will be pretty simple to those experienced with access.
I am creating a database to store machinery assessment data. Two of the fields are associated with each other: "space name" and "space location".
The "space name" is...