I have a field (for instance nName)that stores a persons name (Steve Jones). In another field, I need to extract the person's first inital and last name (sjones). What formula would I use to extract that?
This is going to be part of a greater solution. I have an application that has to generate a unique record. The format was originially going to QAR-1, QAR-2, QAR-3, etc. That was going to ber a no brainer. Until i was told that this was going to be a replicated database. Hence I do not know if a decent way to issue unique records in a replicated database without having the user replicate after every record. So, I decided to have the unique record comprise of QAR-SJONES-01, QAR-SJONES-02, etc. I assume that with the user having all of their own records locally at any given time, this should be acceptable. Now, form a sort standpoint, is it better to have QAR first or have the usercredentials first?
Now if anyone has a better solution to create a unique value that is numerical, I would love to hear it.
Thank you very much.
This is going to be part of a greater solution. I have an application that has to generate a unique record. The format was originially going to QAR-1, QAR-2, QAR-3, etc. That was going to ber a no brainer. Until i was told that this was going to be a replicated database. Hence I do not know if a decent way to issue unique records in a replicated database without having the user replicate after every record. So, I decided to have the unique record comprise of QAR-SJONES-01, QAR-SJONES-02, etc. I assume that with the user having all of their own records locally at any given time, this should be acceptable. Now, form a sort standpoint, is it better to have QAR first or have the usercredentials first?
Now if anyone has a better solution to create a unique value that is numerical, I would love to hear it.
Thank you very much.