Hi all:
I need some help in this please. I want to create a field in a query that inserts a word every 3 records; this is: it counts 2 records and inserts "my_word" only in the third record, it counts another two and inserts "my_word" in record # 6 and so on, no matter the way how other fields are sorted (which is not important, anyway).
-----------------------
| Myfield: "My_word"
-----------------------
| 1 |
-----------------------
| 2 |
-----------------------
| 3 | My word
-----------------------
I'll apprecciate any help, thanks in advance.
I need some help in this please. I want to create a field in a query that inserts a word every 3 records; this is: it counts 2 records and inserts "my_word" only in the third record, it counts another two and inserts "my_word" in record # 6 and so on, no matter the way how other fields are sorted (which is not important, anyway).
-----------------------
| Myfield: "My_word"
-----------------------
| 1 |
-----------------------
| 2 |
-----------------------
| 3 | My word
-----------------------
I'll apprecciate any help, thanks in advance.