Hi.. really stuck here. I have a form that has a text box named "DUT". The text box is bound to a table field also named "DUT".
***************************
The form field "DUT" has an expression which reads
=[adm_ars]-Date() where [adm_ars]is a date that is entered by the user. that date is subtracted by the present date and the answer gives me a number. That expression works fine.
***************************
Since the form field "DUT" is bound to the table field "DUT" it should write the answer to the expression in the table, but it does not.
***************************
I don't even need it to be written to a table, I just want to use this data for a report, but the report function only wants query data or table data- NOT form field data.
**************************
I was told to use code instead of an expression- do you think this is correct? I don't see why I should have to write code, because the expression works fine. If I do have to use code, where do I start? On before update, after update... on dirty, on change ... etc. I just don't know.
**************************
Thank you for any help you can give me.
Christina
***************************
The form field "DUT" has an expression which reads
=[adm_ars]-Date() where [adm_ars]is a date that is entered by the user. that date is subtracted by the present date and the answer gives me a number. That expression works fine.
***************************
Since the form field "DUT" is bound to the table field "DUT" it should write the answer to the expression in the table, but it does not.
***************************
I don't even need it to be written to a table, I just want to use this data for a report, but the report function only wants query data or table data- NOT form field data.
**************************
I was told to use code instead of an expression- do you think this is correct? I don't see why I should have to write code, because the expression works fine. If I do have to use code, where do I start? On before update, after update... on dirty, on change ... etc. I just don't know.
**************************
Thank you for any help you can give me.
Christina