Hi all,
I just have a little question which i can hope someone can help me with.
I have a form where the user selcts from a combo box a shop name, i have then a text box which the user types in a number. This number is to show all of the shops which have had a profit greater than the value they enter in the text box. A query which is based on a table containing all the data, has criteria based on what values are found in the combo box and text box:
Like [Forms]![LD_SMALL_DELIVERY_INTERVAL]![ShopName]
>[Forms]![LD_SMALL_DELIVERY_INTERVAL]![Profit]
The query doesn't pick up what i ask for in the text box and just shows all of the figures. Can anyone tell me where i am goin wrong or could direct me to any help. Thanks
I just have a little question which i can hope someone can help me with.
I have a form where the user selcts from a combo box a shop name, i have then a text box which the user types in a number. This number is to show all of the shops which have had a profit greater than the value they enter in the text box. A query which is based on a table containing all the data, has criteria based on what values are found in the combo box and text box:
Like [Forms]![LD_SMALL_DELIVERY_INTERVAL]![ShopName]
>[Forms]![LD_SMALL_DELIVERY_INTERVAL]![Profit]
The query doesn't pick up what i ask for in the text box and just shows all of the figures. Can anyone tell me where i am goin wrong or could direct me to any help. Thanks