I am using a listbox to get a fields content via query
SELECT TXMASTERS.ID1, TXMASTERS.SportorSports AS Sport
FROM TXMASTERS
WHERE (((TXMASTERS.ID1)=[forms]![Courses].[Form].[ID1]));
On cyling records, the listbox fills with a single particular value from a related table. I am wanting to capture the content of the listbox value.
Is there a way to get this via a dlookup method. I have no experience of Dlookups so I don't know if this is the correct road. Many thanks
SELECT TXMASTERS.ID1, TXMASTERS.SportorSports AS Sport
FROM TXMASTERS
WHERE (((TXMASTERS.ID1)=[forms]![Courses].[Form].[ID1]));
On cyling records, the listbox fills with a single particular value from a related table. I am wanting to capture the content of the listbox value.
Is there a way to get this via a dlookup method. I have no experience of Dlookups so I don't know if this is the correct road. Many thanks