Dear All,
I have a form and on its load event,
I have to query a table and calculate total entries and assign a +1 value to a text box.
Unable to find solution.
Please help.
For Example:
A table named "Orders" contained already added orders.
To add new order, existing table is queried and counts total order then new order is added. if there were 4 orders now it will contain 5.
How to do all this at form load event.
I have a form and on its load event,
I have to query a table and calculate total entries and assign a +1 value to a text box.
Unable to find solution.
Please help.
For Example:
A table named "Orders" contained already added orders.
To add new order, existing table is queried and counts total order then new order is added. if there were 4 orders now it will contain 5.
How to do all this at form load event.