Hi friends! I need your help please tell me anything which helps
My problem includes five queries.
Update_Query(A), Delete_Query(B), Select_Query(C), Append_Query(D) and an Update_Query(E) and one form. named Form(Start)
My problem is
1) I want to run Update_Query(A) and Delete_Query(B) whenever the Form(Start) is open.
2) After this code will check a field named [execute] in Select_Query(C)
If [execute]="yes" then code will run Append_Query(D) and Update_Query(E) otherwise if [execute]="no" then code doesn't let Append_Query(D) and Update_Query(E) run and end code.
3) And Keep executing Append_Query(D) and Update_Query(E) untill the [execute] in Select_Query(C) doen't return "no"
(*) The Update_Query(E) will make increments which will caue [execute] in Select_Query(C) to return "no" after some executions somtimes it will already be "no"
Please help me!
My problem includes five queries.
Update_Query(A), Delete_Query(B), Select_Query(C), Append_Query(D) and an Update_Query(E) and one form. named Form(Start)
My problem is
1) I want to run Update_Query(A) and Delete_Query(B) whenever the Form(Start) is open.
2) After this code will check a field named [execute] in Select_Query(C)
If [execute]="yes" then code will run Append_Query(D) and Update_Query(E) otherwise if [execute]="no" then code doesn't let Append_Query(D) and Update_Query(E) run and end code.
3) And Keep executing Append_Query(D) and Update_Query(E) untill the [execute] in Select_Query(C) doen't return "no"
(*) The Update_Query(E) will make increments which will caue [execute] in Select_Query(C) to return "no" after some executions somtimes it will already be "no"
Please help me!