Guest_imported
New member
- Jan 1, 1970
- 0
Hi,
I have developed a form where in user fills in the form.I want to track its count.I Have created a view where the values are stored.
I want that when a particular user fills in that form i should be able to search the database whether that particular name exists if it exists then it should increase its count & its value should be stored in view where i have two fields name & count.Name should go only once in view, it should only increase its count.
If the user is new then it should give its count as one.
View Should Be Like This
============================================================
Name Count
============================================================
User 5
Name 4
============================================================
can any one help
regards
I have developed a form where in user fills in the form.I want to track its count.I Have created a view where the values are stored.
I want that when a particular user fills in that form i should be able to search the database whether that particular name exists if it exists then it should increase its count & its value should be stored in view where i have two fields name & count.Name should go only once in view, it should only increase its count.
If the user is new then it should give its count as one.
View Should Be Like This
============================================================
Name Count
============================================================
User 5
Name 4
============================================================
can any one help
regards