Hello Guys
I and developing a small access Database for a payment processing
The Challenges I face is when it comes to Language Problem, unlike most of you guys up there, we have different language which require Right to Left index
I was able to move the index using the a code below
If OfficeNameDhivehi.SelStart = 0 Then
Exit Sub
Else
' OfficeNameDhivehi.SelStart = OfficeNameDhivehi.SelStart - 1
End If
But the Problem is when it comes to multi-line texting in text fields... the thing is when i enter a long text the first life goes the last and the last time comes on top
Could any one help me to solve this problem using a code?
Our language is like Arabic
I and developing a small access Database for a payment processing
The Challenges I face is when it comes to Language Problem, unlike most of you guys up there, we have different language which require Right to Left index
I was able to move the index using the a code below
If OfficeNameDhivehi.SelStart = 0 Then
Exit Sub
Else
' OfficeNameDhivehi.SelStart = OfficeNameDhivehi.SelStart - 1
End If
But the Problem is when it comes to multi-line texting in text fields... the thing is when i enter a long text the first life goes the last and the last time comes on top
Could any one help me to solve this problem using a code?
Our language is like Arabic