sgladie@bgsu.edu
Registered User.
- Local time
- Today, 11:01
- Joined
- Jul 3, 2015
- Messages
- 28
Hello, I am working with two tables in Access 2016.
Table 1: has only one field, called "word" (no primary key)
Table 2: has three fields, one is auto pk, another called "chapter" and a memo field called "text".
I am trying to create a query/form that takes Table 1 "word" value and looks in Table 2 field "text" and returns every record that has the "word" value in it.
I created a form, that uses a combobox to select the "word" from Table 1. Then a listbox with the dataset of Table 2. In the query to the listbox, under critiera for field "text". I have:
="*Forms!frmMain.Combo0*" and on update of selecting the "word" the listbox requeries. But it does not work.
I created a Dlookup in a query, to no avail also.
I can't figure out why. Please help. I think I am over-thinking again and making this harder then it really is. :banghead:
Table 1: has only one field, called "word" (no primary key)
Table 2: has three fields, one is auto pk, another called "chapter" and a memo field called "text".
I am trying to create a query/form that takes Table 1 "word" value and looks in Table 2 field "text" and returns every record that has the "word" value in it.
I created a form, that uses a combobox to select the "word" from Table 1. Then a listbox with the dataset of Table 2. In the query to the listbox, under critiera for field "text". I have:
="*Forms!frmMain.Combo0*" and on update of selecting the "word" the listbox requeries. But it does not work.
I created a Dlookup in a query, to no avail also.
I can't figure out why. Please help. I think I am over-thinking again and making this harder then it really is. :banghead: