table update by form

mchoud

Registered User.
Local time
Today, 00:17
Joined
Jun 3, 2003
Messages
25
Dear all
I have a form which one of its field control source is an expresion
=[received]-[issue]

What i want to know is the way for updating value of its table field.

thanks
Mchoud
 
Since this is a calculated value, you should not store the result, use an unbound textbox or query to return the value
 
Rich said:
Since this is a calculated value, you should not store the result, use an unbound textbox or query to return the value

Hi Rich
Sorry i am a beginner in database programming, could you please give more detail info.

Thanks
mchoud
 

Users who are viewing this thread

Back
Top Bottom