C Chris2 Jun 3, 2007 #2 bijan said: Hi i want type unicode in my field what must i do Click to expand... 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.
bijan said: Hi i want type unicode in my field what must i do Click to expand... 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.