Click here to Skip to main content
15,907,183 members

Comments by Member 13554586 (Top 5 by date)

Member 13554586 25-Aug-20 8:16am View    
Sir my ms Access database column field name is 'Name'
Suppose Name filed store
1. data
2.Rahul
3.mantu
4.Mohan
Raju ,extra when I type in textbox 1.text ' U ' then the results are shown in listbox item is Rahul ,mantu,Raju that contains textbox 1.text such as tally ERP ledger search
When type 'A' the results are shown in below that contains'A'
Please sir
Member 13554586 25-Aug-20 6:03am View    
I have a large amount of items in a listBox called listBox1. I also have a textBox (textBox1) at the top. I want to be able to type into the textBox and the listBox searches through it's item's and finds ones that contain what I am typing.

For example, say the listBox contains

"Cat"

"Dog"

"Carrot"

and "Brocolli"

If I start typing the letter C, then I want it to show both Cat and Carrot, when I type a it should keep showing them both, but when I add an r it should remove Cat from the list. Is there anyway to do this?
Member 13554586 25-Aug-20 0:27am View    
When run this code SYNTAX ERROR
Member 13554586 7-Aug-20 4:29am View    
Sir using OLEDB.COMMANDBUILDER INSERT NEW RECORDS to ms Access database in VB.net
Member 13554586 6-Aug-20 2:40am View    
If the database bhas row
Such as - dr(0)= value
dr(1)=value
" dr " indicated column index number of ms Access database