C
coppa
I have a main form ( Main serve data_frm) and there is a textbox called
'Serve code'
and 'Serve limit',both of them contains numeric data.
And I have a subform Serve usage_frm and there are textboxes 'Extra serve'
and 'Used serve'.I want to ask how to write the code ( and in what even ) if
the value of 'Serve Code <= 1 then Extra serve is visible'.
And also when user enter a value for field 'Used serve' that bigger than the
'Serve limit' value then 'Used serve' background =255 ( Red ).
I tried to write the code directly but ( it seems ) cause actually
they are on different form,the code doesn't work.
Please help.
'Serve code'
and 'Serve limit',both of them contains numeric data.
And I have a subform Serve usage_frm and there are textboxes 'Extra serve'
and 'Used serve'.I want to ask how to write the code ( and in what even ) if
the value of 'Serve Code <= 1 then Extra serve is visible'.
And also when user enter a value for field 'Used serve' that bigger than the
'Serve limit' value then 'Used serve' background =255 ( Red ).
I tried to write the code directly but ( it seems ) cause actually
they are on different form,the code doesn't work.
Please help.