reading and displaying data from access
-
hi, i need to input a number into a text box, check that number in a access database table, then display another number from the same entry in another text box on the same vb form. i have the connection code i just need the command code, if anyone knows the code to do this can you tell me what it is. it would be appreciated :)thanks
-
hi, i need to input a number into a text box, check that number in a access database table, then display another number from the same entry in another text box on the same vb form. i have the connection code i just need the command code, if anyone knows the code to do this can you tell me what it is. it would be appreciated :)thanks
select secondValue from myTable where firstValue=value ?
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )