Search results

  1. N

    2 different forms in a common form

    Dear friends:o I am developing a main form with 2 seperate different Subforms. The common form is handle by Manager, let's call it frm.Manager. In this from.Manager I had put a control (txt.InOut) to put a value in. 2 subforms are form.IN and form.OUT. If I put in "IN" value in txt.InOut...
  2. N

    Group characters in string

    Dear Bob and Mailman Thanks for your quick response and effective codes. Both codes work. I have already got the code, which i find in this forum, to sort the characters in the string. I do admire your work.:D Thanks again. Sai Kyaw Han :)
  3. N

    Group characters in string

    Dear Friends I want to group same characters in a string. My current string 111222334467 2255 556677 (The string value are stored as text. The character in a string is unlimited) I want to get 123467 25 567 How should i get it? Thanks in advance. Sai :confused:
Back
Top Bottom