I need some help in doing a one-time-only inventory change to my database.
I'd like to create a form that, when a given number is entered, a field with a "yes/no" data type associated with it is changed from "no" to "yes." In other words, when number "1234" (container:table_containers) is entered, another column in that row (present:table_containers) is changed from "no" to "yes."
1233 no
1234 no
1235 no
And entering "1234" into the form changes the table contents to:
1233 no
1234 yes
1235 no
Could anyone suggest how I might do this? I'd appreciate the help. Thanks!
I'd like to create a form that, when a given number is entered, a field with a "yes/no" data type associated with it is changed from "no" to "yes." In other words, when number "1234" (container:table_containers) is entered, another column in that row (present:table_containers) is changed from "no" to "yes."
1233 no
1234 no
1235 no
And entering "1234" into the form changes the table contents to:
1233 no
1234 yes
1235 no
Could anyone suggest how I might do this? I'd appreciate the help. Thanks!