How do I make a textbox display the lowest number in the database. Example; if I have 2000, 1800, 1500, 1300, 1100, 600 and 200. I want the application to be able to display the lowest number in the textbox. The idea is this, if a user is submitting a record
of the stock sold, I want the application to display on a textbox the lowest number of the stock Which is the remaining stock available.
Go to the complete details ...