Hi,
I have exhausted my tried and tested technique or trial and error and copious amounts of searching the internet to try and resolve this but to no avail.
Basically what I have a table called Pnd_Trades and a combobox called 'broker' located on a form called 'Getstats' and I want to integrate this into the Where clause on the below (and several others similar queries):
Select *
FROM Pnd_Trades
Where Pnd_Trades.Borrower = 'value contained in a combobox called 'broker' located on a form called 'Getstats'
Ideally I would like to choose a value from the dropdown list contained in the combobox then click a button to display the result of the query based on the current input of the variable selected in the combobox.
Any help would be greatly appreciated. I am having a frustrating and fruitless time trying to resolve this.
I have exhausted my tried and tested technique or trial and error and copious amounts of searching the internet to try and resolve this but to no avail.
Basically what I have a table called Pnd_Trades and a combobox called 'broker' located on a form called 'Getstats' and I want to integrate this into the Where clause on the below (and several others similar queries):
Select *
FROM Pnd_Trades
Where Pnd_Trades.Borrower = 'value contained in a combobox called 'broker' located on a form called 'Getstats'
Ideally I would like to choose a value from the dropdown list contained in the combobox then click a button to display the result of the query based on the current input of the variable selected in the combobox.
Any help would be greatly appreciated. I am having a frustrating and fruitless time trying to resolve this.