Recent content by mistermetaj

  1. M

    Adding photos to a form which change based on the input of another field

    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!
  2. M

    Auto-populate a field on a form based on the value of another field

    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...
  3. M

    Auto-populate a field on a form based on the value of another field

    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.
  4. M

    Auto-populate a field on a form based on the value of another field

    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...
  5. M

    Auto-populate a field on a form based on the value of another field

    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...
Back
Top Bottom