Hi,
We have an access form on which when we enter a unique number say Id and click on the button ‘Fetch’, we should get the details populated in the form from the database. Database is an Access database
Fetching will happen through a simple select query like: 'SELECT * from Test where Id =...