Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Microsoft Office > Access and Access VBA > Access VBA
|
Access VBA Discuss using VBA for Access programming.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Access VBA section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old January 17th, 2008, 01:22 PM
Registered User
 
Join Date: Apr 2004
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Default Access controls, vba and arabic script

I'm struggling with this one. We have developed an application in Access 2003 using standard forms and controls (text boxes, etc). If I enter (by pasting because I can't type it in directly) so arabic text into a text box it displays OK. However, if I want to do anything with that text in vba I run into problems because the value of the text box only displays as "???????" ...

e.g

Dim strText as string

strText = me.txtText
Debug.Print strText

Output is something like "???????"

What am I doing wrong, or will this never work?

Any help would be greatly appreciated.

Regards

Tim






Similar Threads
Thread Thread Starter Forum Replies Last Post
Access input controls generated by Client Script vinod_yadav1919 ASP.NET 2.0 Professional 3 April 14th, 2008 08:33 PM
Code works in Excel VBA but not Access VBA fossx Access VBA 2 May 21st, 2007 08:00 AM
can VBA script open n mails per attachment each sriramus Access VBA 0 February 20th, 2006 06:24 AM
Error in VBA script of Access Surfingeurope Access VBA 3 January 30th, 2006 05:58 PM
Create/Add controls to Access Form: VBA program AccessBeginner Access VBA 1 October 13th, 2005 06:48 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.