A
A.C
Help with SetValue Action
I have a relational database in access 2003 with 2 tables Customers and
Lawn Treatment Service Dates. In the customer table I have a text field
named “1 completed” that I want to populate along with the underlying
table with the word “Complete” when I enter the number 104 in a data
entry form for the field named app# also text field from Lawn
Treatment Service Dates Table for the specific customers record that I
am entering.
I have another form named customer Information that has the field named
“1 completed”from my customer table.
I have created a macro and attached it to the after update property of
the app# field in my data entry form, with the Condition- [app#]=104,
Action -SetValue , Item- [Forms]![Customer Information]![1 Completed]
Expression- “complete”. This work to the extent of populating the field
, but it is populated in more than the one specific customers record.
In addition it will only work if the customer information form is
open.
Does anyone have any ideas of what I need to change!
Thanks A.C.
I have a relational database in access 2003 with 2 tables Customers and
Lawn Treatment Service Dates. In the customer table I have a text field
named “1 completed” that I want to populate along with the underlying
table with the word “Complete” when I enter the number 104 in a data
entry form for the field named app# also text field from Lawn
Treatment Service Dates Table for the specific customers record that I
am entering.
I have another form named customer Information that has the field named
“1 completed”from my customer table.
I have created a macro and attached it to the after update property of
the app# field in my data entry form, with the Condition- [app#]=104,
Action -SetValue , Item- [Forms]![Customer Information]![1 Completed]
Expression- “complete”. This work to the extent of populating the field
, but it is populated in more than the one specific customers record.
In addition it will only work if the customer information form is
open.
Does anyone have any ideas of what I need to change!
Thanks A.C.