Hi Guyz!
Im new in foxpro and just relying on modification of whatever codes i see working. Can you teach me how use textbox value for this code :
SELECT brand,type1,description,group from itemlist WHERE description LIKE '%XXL%' AND TYPE1 = "Modular"
i want '%XXL%' and "Modular" to came from a value of a textbox in a form "itemlist" so i can create different query from the form itself.
Thanks.
Im new in foxpro and just relying on modification of whatever codes i see working. Can you teach me how use textbox value for this code :
SELECT brand,type1,description,group from itemlist WHERE description LIKE '%XXL%' AND TYPE1 = "Modular"
i want '%XXL%' and "Modular" to came from a value of a textbox in a form "itemlist" so i can create different query from the form itself.
Thanks.