Monday, December 13, 2010

Started on menu page

Created a navigation form that allows user to switch pages between input form and address book form in the same window. I'm now trying to figure out how to add query as a tab as it seems that only forms are allowed to exist as a single tab. Also I'm trying to make the input contacts form refresh automatically when opened so you can always start with a blank page.

Monday, December 6, 2010

Progress of 7th, Dec

Created a new query after looking through tutorials of it on the Internet. few buttons finalizing my contacts input page, planning on menu page. With some use of Photoshop.

Wednesday, December 1, 2010

New Problem discovered

When constructing the actual database I created few phone number input fields and selected Number as for DataType initially. However, I've realized it's not appropriate to only allow numbers when it comes to phone numbers because there're are some special numbers that requires some symbols such as '+' sign and '#' sign. So after all the DataType is changed to text with a limited field size of 15 characters.