Hi every one, how to make i queries for many table
example :
Table 1
name Status
john Ok
mike No
Ann OK
Table 2
Name Status
michel Ok
jony Ok
Bruce No
Queries for OK
Name Satus
John OK
Ann OK
Michel OK
Bruce OK
This is just simple example, actually i have many table Januari until Disember. so when i key in data using form on every month, I want just 1 queries covering all month, so easier to check. Have any idea to solve this?
example :
Table 1
name Status
john Ok
mike No
Ann OK
Table 2
Name Status
michel Ok
jony Ok
Bruce No
Queries for OK
Name Satus
John OK
Ann OK
Michel OK
Bruce OK
This is just simple example, actually i have many table Januari until Disember. so when i key in data using form on every month, I want just 1 queries covering all month, so easier to check. Have any idea to solve this?