i have a db to recording some medical lab. results
i have some tests belongs to ( Differential WBC ) , it is :
-Lymphocyte
-MXD (mono.eosino.baso.)
-Neutrophil.
the total of this tests results must be =100.
To avoid the error in typing of results of this tests , and To alert the user when total of this results are less than 100 . i have make TEXTBOX ( DWBC ) In the main Form to brings the total By using Dsum + Val() Functions. but there are Some problems:
1.the total Does not appeared as in the Query ( DifWBC2 ). it gives the total for all patient?
2.How can I make the total Requery when typing result For any of the three tests firstly?
i have some tests belongs to ( Differential WBC ) , it is :
-Lymphocyte
-MXD (mono.eosino.baso.)
-Neutrophil.
the total of this tests results must be =100.
To avoid the error in typing of results of this tests , and To alert the user when total of this results are less than 100 . i have make TEXTBOX ( DWBC ) In the main Form to brings the total By using Dsum + Val() Functions. but there are Some problems:
1.the total Does not appeared as in the Query ( DifWBC2 ). it gives the total for all patient?
2.How can I make the total Requery when typing result For any of the three tests firstly?