A
Aaron
I'm new to VB.NET
The data form wizard automatically generates a set of textboxes from the
columns of my database and has update, delete, load buttons. I would like to
add a search box and button.
when i type an id number in the search box and click the search button, the
other textboxes should display their values where id = the number i typed
in.
and do nothing if there's no such record.
THanks
The data form wizard automatically generates a set of textboxes from the
columns of my database and has update, delete, load buttons. I would like to
add a search box and button.
when i type an id number in the search box and click the search button, the
other textboxes should display their values where id = the number i typed
in.
and do nothing if there's no such record.
THanks