How to Retrieve Any Column Value from a Combo Box or List Box in Microsoft Access

How to Retrieve Any Column Value from a Combo Box or List Box in Microsoft Access

Sean MacKenzie Data Engineering

2 года назад

14,249 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

eccoboy
eccoboy - 04.09.2023 04:19

This is great. Works very well for getting values from a table (via form list box) to use as query criteria without writing a custom function or running script to modify the query SQL. But I'm also confused now. Control.Column is a VBA property. It's not listed in the Expression Builder yet works fine in the Control Source property of a text box on a form. But it can't be used in query SQL. I guess that just means that VBA properties can be used in form controls' Property Sheets. I thought I was limited to what is in the Expression Builder.

Ответить
Mitchell Folbe
Mitchell Folbe - 11.05.2023 23:47

Trying to make an tourney bracket using combo boxes. This is a good step. Thanks.

Ответить
Neshap OneSixty
Neshap OneSixty - 07.05.2023 20:39

Thank you for this. It had never occurred to me that it was possible to reference the other unbound columns. As indicated in your video description, I was looking up values that were already available via the combo box.

Ответить
PathToLight
PathToLight - 25.01.2023 17:18

Great tutorial as always!

Ответить
Digital Entrepreneur
Digital Entrepreneur - 30.11.2022 07:12

If I have a list box and want to use a update query to retrieve the values and update them to an existing cell. What criteria could I use?

Ответить
justin langdon
justin langdon - 02.11.2022 17:58

Sean, How do I store these values into my table?

Ответить
Argie Amora
Argie Amora - 15.07.2022 10:34

Good day Sir, I am looking to one of your videos on how to show records in a joined query with missing values from fields. I have three tables Activity, Participant, and Junction of these two tables. I want to show all activities attended by a certain participant. The query works if there is no missing value in the fields of the participant table. If the participant got a missing value(ex. last name) it will not return the activities attended by that certain participant. I hope you can spare some time for this problem. Thank you.

Ответить
Rogerio Carvalho
Rogerio Carvalho - 13.07.2022 02:55

Hi Sean! I have a question. How do I retrieve a column value without using vba? I ask this because my intuition says it shoud be easy, but I haven´t found any way to do this without vba. Thanks

Ответить
db data
db data - 12.07.2022 17:43

great

Ответить
db data
db data - 12.07.2022 17:43

thanks

Ответить