M mchoud Registered User. Local time Today, 00:17 Joined Jun 3, 2003 Messages 25 Jun 9, 2003 #1 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
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
R Rich Guest Jun 9, 2003 #2 Since this is a calculated value, you should not store the result, use an unbound textbox or query to return the value
Since this is a calculated value, you should not store the result, use an unbound textbox or query to return the value
M mchoud Registered User. Local time Today, 00:17 Joined Jun 3, 2003 Messages 25 Jun 9, 2003 #3 Rich said: Since this is a calculated value, you should not store the result, use an unbound textbox or query to return the value Click to expand... Hi Rich Sorry i am a beginner in database programming, could you please give more detail info. Thanks mchoud
Rich said: Since this is a calculated value, you should not store the result, use an unbound textbox or query to return the value Click to expand... Hi Rich Sorry i am a beginner in database programming, could you please give more detail info. Thanks mchoud