shahid Elahi
New member
- Local time
- Yesterday, 19:36
- Joined
- Dec 23, 2009
- Messages
- 2
shahid: I'm not sure whether you mean both values such as 1795 and text such as A or B in separate records; or a combination of both, such as A1795. However, a text field allows both numerals and letters. The problem comes when you wish to either sort or search within those records. Thus, A1795, A1796, and A1797 can be sorted alphabetically--but one record of 1798 added without the letter would be sorted ahead of the A1795. Conversely, A200 would be sorted to follow A1797.
Was that your question?
Sir! I think I could not explain my question clearly. In my question numbers and Text are different values but in the same field suck as A, 1796,1797,B etc. I want to calculate these values in a Form. Sample Table is given below.
--------------------------------------------------------
Sr#--Stud_Name---Marks
--------------------------------------------------------
1 ---Ahsan---------50
2 ---Umair---------25
3 ---Rehan-------- 20
4 ---Zubair---------A
5 ---Sultan--------30
6 ---Akram-------- A
7 ---Aleem-------- 30
---------------------------------------------------------
In the above sample table I want to calculate Marks, where "A" for absent student.(The table field "Marks" property is "Text")
Thanks
Shahid