Simple Tic Tac Toe Version 1.0
- Read more about Simple Tic Tac Toe Version 1.0
- 7 comments
- Log in or register to post comments
- 297 views
If you have use the Password Management before, then download the updated version.
Updates:
Allow you to change the admin password
Hyperlink for website field
The following tutorial is taken from the internet when I started working with my Library System using MS Access.
I googled this topic to find the author but I can't find him.
This tutorial will handle a text field that contain a value with apostrophe, single or double quotation.
I added it here so other programmer will benefit from this code. You can use this in visual basic or MS Access program.
When building an sql statement that contains text fields it usually happens
As we know that we cannot sort the column in listview that contain a date value. There is however a work around in Microsoft Website on how to do this. This can be found at http://support.microsoft.com/kb/170884.
Although it will solve your problem but after testing it I found out that it cannot sort the date by descending order. Of course you can add another code to do it. But it will again add another line of code.