How to create a form that if i enter product id rest of the product detail comes on that form automatically.
For example i have a database of books & if i enter book id by using combo box rest of its detail, Book Tittle, Author Name, and its price comes on to the form automatically in other field boxes that are created for those fields. If a book id is ISBN1001 and i enter it in the book id field then rest of the fields that are created on form filled automatically.
For example i have a database of books & if i enter book id by using combo box rest of its detail, Book Tittle, Author Name, and its price comes on to the form automatically in other field boxes that are created for those fields. If a book id is ISBN1001 and i enter it in the book id field then rest of the fields that are created on form filled automatically.