hi, i am trying to write an application which will get the details of employees from an access database. im using vb as front end. can somebody help me with the code to search the access database using vb. if i give the employee number in the search box then all the details about that particular employee should come. i am using adodc for database connectivity. can somebody help me with the code???
Who has coded database scripts? it would be as simple as "select * from employee where employeeid='<id>';