Recent content by kernal88

  1. K

    Back-up

    Worked Great Thank You
  2. K

    Back-up

    I am looking to create a backup of a database on exit in a different directory then where I am storing the database now. Thanks
  3. K

    Formating a Variable in VBA

    I am creating an Email use VBA and trying to add soem formating to certain items
  4. K

    Formating a Variable in VBA

    Hi All I am trying to Formating a Variable in VBA here is my example I what to get time to be underlines test = "Time" test1 = "What " & test & " is it" answer = What Time is it Thanks kernal88
  5. K

    Multiply Lines

    worked great
  6. K

    Multiply Lines

    Hi I am trying to create a email using VBA. the issue i am having is I want my msgbody to be on multiply line in my email see code below email = Me.E_Mail dayofparty = Me.Day dateofparty = Me.Date_of_Party partytime = Me.Combo28 partytype = Me.Combo32 partybuilding = Me.Venue partyroom =...
Back
Top Bottom