Posts Tagged ‘sample code library’
- 01/05/09 : How to export data from the current database to a back-up database using Access Application
- 07/02/11 : How to reposition and resize all the controls on a form whenever the form is resized.
- 07/04/11 : Opens a table-type recordset and then moves through the recordset using the .Edit method to edit a field in the table.
- 07/18/11 : How to find the user is trying to close the application using task manager or by pressing the X in Title bar, etc. How to restrict/refuse that
- 07/19/11 : How to Prevent the user from entering invalid keys in a text box.
- 07/21/11 : How to Auto tabbing fields
- 09/26/11 : How to count the number of textboxes in a form
- 09/27/11 : How to delete a string in another comma delimited string
- 09/28/11 : How to make propercase when entering the text in a text box
- 10/25/11 : How to find out the number of items in the collection
- 11/11/11 : Convert seconds to hours and minitues and seconds format
- 11/25/11 : How to Use ADO’s GetRows method to quickly load data into an array