Attribute VB_Name = "Module1"
''Description: This is small program to handle address records of friends or contacts
''I call this project as My Address Diary
''Author : Sanjay Sharma Contact No:9419118285(M)
''Sainik Colony , Jammu , India
''E-Mail : Sanjay79t@yahoo.co.in , Sanjay79t@hotmail.com
''Bugs , Suggestions & Comments are well come
''This was my App. I own my PC.
''Please vote
Global d_val As String
Type rec_data
s_no As Long
name As String * 31
addr As String * 27
city As String * 21
stat As String * 21
ph1 As String * 10
ph2 As String * 10
End Type