G
Guest
Hi all,
In the click event of a button,i have input the following code:If [Language]
= "Greek" Then Command48.HyperlinkAddress = "\\10.43.0.132\Company\MSKB\Auto
Reply\Greek.doc"
If [Language] = "Hebrew" Then Command48.HyperlinkAddress =
"\\10.43.0.132\Company\MSKB\Auto Reply\Hebrew.doc"
Now i need urgently that if [language] is something else other than "greek"
or "hebrew" the hyperlink is deleted..
In the click event of a button,i have input the following code:If [Language]
= "Greek" Then Command48.HyperlinkAddress = "\\10.43.0.132\Company\MSKB\Auto
Reply\Greek.doc"
If [Language] = "Hebrew" Then Command48.HyperlinkAddress =
"\\10.43.0.132\Company\MSKB\Auto Reply\Hebrew.doc"
Now i need urgently that if [language] is something else other than "greek"
or "hebrew" the hyperlink is deleted..