B
Barcode
Hello
May I get some help in programming on MS Access, the following code should
be inside a textbox in a form
=Sum("[small]";"table1") >= Sum("[big]";"table2")
Example
"[small]";"table1" = 10
"[big]";"table2" = 10
Code=
If Null >= 10 Show 0 of 10
If 10 >= null Show 10 of 0
If Null >= null Show 0 of 0
if 10 >= 10 Then Show with RED color 10 of 10
if 2 >= 10 Then Show 2 of 10
I appreciate your help,
thank you
May I get some help in programming on MS Access, the following code should
be inside a textbox in a form
=Sum("[small]";"table1") >= Sum("[big]";"table2")
Example
"[small]";"table1" = 10
"[big]";"table2" = 10
Code=
If Null >= 10 Show 0 of 10
If 10 >= null Show 10 of 0
If Null >= null Show 0 of 0
if 10 >= 10 Then Show with RED color 10 of 10
if 2 >= 10 Then Show 2 of 10
I appreciate your help,
thank you