H
Harmannus
Hallo,
Is it possible to create a greeting message based on current time in VBA? I
have a welcome <name> field on my switchboard. See code below. I would like
to have a text: Goodmorning <name>, Goodafternoon <name> or Goodevening
<name>.
Forms!Switchboard.lblWelcome.Caption = "Welcome " & GetUsrName()
Thanx for any tips!
Regards,
Harmannus
Is it possible to create a greeting message based on current time in VBA? I
have a welcome <name> field on my switchboard. See code below. I would like
to have a text: Goodmorning <name>, Goodafternoon <name> or Goodevening
<name>.
Forms!Switchboard.lblWelcome.Caption = "Welcome " & GetUsrName()
Thanx for any tips!
Regards,
Harmannus