Question : Nokia E52 Language


Hello there,

I have a Nokia E52 mobile phone and I want to receive text message of persian/farsi language.at present it shows me square boxes when i receive text from that language. please help to install the language.

cheers
Zolf

Answer : Nokia E52 Language

Small errors. Change rst to rs:
Dim dbs As Database
Dim rs As Recordset
Set dbs = CurrentDb
Set rs = dbs.OpenRecordset("qryData")
MsgBox "The total for " & rs!fldOne & " for the " & rs!fldThree & "is " & rs!fldTotal
rs.Close
dbs.Close
Set rs = Nothing
Set dbs = Nothing
Random Solutions  
 
programming4us programming4us