User Profile

Collapse

Profile Sidebar

Collapse
MonikaSR
MonikaSR
Last Activity: Apr 30 '15, 10:11 AM
Joined: Apr 28 '15
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • MonikaSR
    replied to difference between null and zero!
    in C
    Zero is a unique value and known quantity of zero, which is meaningful in arithmetic and math.
    Null is a non-value. It takes only the place for that value which is not specified or not known. And mathematical operation cannot be done with Null value.
    In computers when we done operation on a null variable it will result in null value or either shows an error condition. Because the variable value is not known so the result of the expression...
    See more | Go to post

    Leave a comment:


  • Please check whether you have provided the right image path which you have uploaded. Generally the path of image extension is in small letters like: image1.jpg etc. And whatever extension your uploaded image contains. Also the path does not contain space between extension and image name. Just like you have given the space and written like this “image1. JPG”. Check whether the original path name also written like this or like “image1.jp g”....
    See more | Go to post

    Leave a comment:


  • MonikaSR
    replied to Birthday Remainder VBA...
    Hi,

    Code:
    Public Function fDOBNotices() As Boolean
        Dim db As DAO.Database, rs As DAO.Recordset
        Dim strTo As String, strSubject As String, strBody As String
        
        Set db = CurrentDb()
        Set rs = db.OpenRecordset("DOBNotification")
    
        strTo = "SOME_USER@SOME_SERVER.com"
        strSubject = "Birthday Notification"
        strBody = "This is to inform
    ...
    See more | Go to post
    Last edited by zmbd; Apr 28 '15, 11:58 AM. Reason: [z{removed personal email address from code}]

    Leave a comment:

No activity results to display
Show More
Working...