Hi,
I had a question on updating combo boxes and several text boxes all based on what the user picks for the first combo box but data is from two different tables. I tried the example in the FAQ question but didn't know how to put if different tables.
Venue Table
VenueID
Venue
Location Table
LocID
VenueID
Location
Phone
Website
In my form, when the user picks a Venue from the first combo box. I would like it to automatically update the next combo box with location and then when a Location is picked I need it to automatically add the respective Phone and Website in the last two text boxes.
I may warn you I'm not that good with Access. I have tried several times and tons of event procedures. How do I delete them? I tried to look for a delete but ended up just erasing code in them.
Well, If anyone can help me I'd really appreciate it. Thanks.
I had a question on updating combo boxes and several text boxes all based on what the user picks for the first combo box but data is from two different tables. I tried the example in the FAQ question but didn't know how to put if different tables.
Venue Table
VenueID
Venue
Location Table
LocID
VenueID
Location
Phone
Website
In my form, when the user picks a Venue from the first combo box. I would like it to automatically update the next combo box with location and then when a Location is picked I need it to automatically add the respective Phone and Website in the last two text boxes.
I may warn you I'm not that good with Access. I have tried several times and tons of event procedures. How do I delete them? I tried to look for a delete but ended up just erasing code in them.
Well, If anyone can help me I'd really appreciate it. Thanks.