unicode

C

Chris2

bijan said:
Hi
i want type unicode in my field what must i do

bijan,

Create a Table named Unicode.

Create a Text column in that table named UnicodeCol.

Create a Form named frmForm1 with a Record Source equal to the Table's
name.

Set the frmForm1's Data Entry property to Yes.

Put a text box on the form named txtUnicodeCol.

Set the Control Source to UnicodeCol.

Run the form.

Type in a Unicode value and press enter. Repeat until all Unicode
values are entered.


Sincerely,

Chris O.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top