Query On form Load event

khan33

New member
Local time
Tomorrow, 00:36
Joined
Apr 23, 2011
Messages
8
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.
 

Users who are viewing this thread

Back
Top Bottom