I have a form which loads values from MySQL DB and on submit saves the changes to those fields. Now what I am looking for is to automatically increase the value a field by 1 on loading of the form.
In this case, we have a table in db having values assigned to each fields relevant to each customer. Lets say Customer A has an ID of 100 with query # of 1000. Each time this customer login and send us a query. We want their query # increase automatically by 1 and the customer don't have to increase them manually. Each customer has different query # depending upon their no .of queries.
Thanks regards
Saurabh Jain
In this case, we have a table in db having values assigned to each fields relevant to each customer. Lets say Customer A has an ID of 100 with query # of 1000. Each time this customer login and send us a query. We want their query # increase automatically by 1 and the customer don't have to increase them manually. Each customer has different query # depending upon their no .of queries.
Thanks regards
Saurabh Jain
Hi rajji,
I'm not sure that I understand what you need here. Please give a bit more detail.
Bob
I'm not sure that I understand what you need here. Please give a bit more detail.
Bob
I have a form which loads values from MySQL DB and on submit saves the changes to those fields. Now what I am looking for is to automatically increase the value a field by 1 on loading of the form.
In this case, we have a table in db having values assigned to each fields relevant to each customer. Lets say Customer A has an ID of 100 with query # of 1000. Each time this customer login and send us a query. We want their query # increase automatically by 1 and the customer don't have to increase them manually. Each customer has different query # depending upon their no .of queries.
Thanks regards
Saurabh Jain
In this case, we have a table in db having values assigned to each fields relevant to each customer. Lets say Customer A has an ID of 100 with query # of 1000. Each time this customer login and send us a query. We want their query # increase automatically by 1 and the customer don't have to increase them manually. Each customer has different query # depending upon their no .of queries.
Thanks regards
Saurabh Jain
This topic is locked and no more replies can be posted.