Hello, I have same issue and dont know how to solve that.
My database have two tables.
GENERATORS
|ROUTE|GEN_NUMBER|LOCATION|LAST_SERVICE_HOURS|CURENT_HOURS|ORDER_NUM
and
GEN_CHECKS
|GEN_NUMBER|DATE|CURENT_HOURS|PHASE1|PHASE2|PHASE3|REMARKS
All generators are split on 6 routes, and every mechanic came with check sheet for everyday so I need to update all information from check sheet in table GEN_CHECK
I make form frm_checks, put input field for date and combo box show all six routes. Than I insert subform subform_checks where I load all information from table GEN_CHECKS.
I make already to filter by dates because I have date in GEN_CHECK table but I need now to filter by ROUTE and to order by ORDER_NUMBER, this information is in GENERATOR table.
If I make query thats fine, work perfect but problem is than I cant update information, because sometime I need to make changes and than I will put date and route, access will show me all generator and information for that day.
How to order or filter information based on value from another table?
I have relationship beetween those two table, its field GEN_NUMBER
Thanks.
My database have two tables.
GENERATORS
|ROUTE|GEN_NUMBER|LOCATION|LAST_SERVICE_HOURS|CURENT_HOURS|ORDER_NUM
and
GEN_CHECKS
|GEN_NUMBER|DATE|CURENT_HOURS|PHASE1|PHASE2|PHASE3|REMARKS
All generators are split on 6 routes, and every mechanic came with check sheet for everyday so I need to update all information from check sheet in table GEN_CHECK
I make form frm_checks, put input field for date and combo box show all six routes. Than I insert subform subform_checks where I load all information from table GEN_CHECKS.
I make already to filter by dates because I have date in GEN_CHECK table but I need now to filter by ROUTE and to order by ORDER_NUMBER, this information is in GENERATOR table.
If I make query thats fine, work perfect but problem is than I cant update information, because sometime I need to make changes and than I will put date and route, access will show me all generator and information for that day.
How to order or filter information based on value from another table?
I have relationship beetween those two table, its field GEN_NUMBER
Thanks.