P
Phil Boorman
Is there an easy way to have a field in a form update that same field on the
table it was derived from? I have a table of swimmers that includes a field
indicating their swim level. On the form that populates this table the Swim
level field is a combo box that takes it's info from a simple table of swim
levels. I would like to have another form that has nothing more on it than
the swimmers name, their previous (or existing) Swim level, and a field for
their new level. I would like the field for the new level to update the
Swimmers table with their new swim level. This "move up" form would be
quicker than searching through the "swimmers" table and changing it and
would also keep a seperate record of swimmers who have changed levels.
I used the "create form" wizard and based it on the swimmers table. I
dragged the name field onto this new form, added 2 combo boxes with a row
source of the swimmers table(followed by the "swim level" field) and then
when prompted to either remember the value or store it, I selected to store
it in "swim level". It does not change the value of the "swim level" field
in my swimmers field however.
Am I on a completely wrong track?
Thanks,
Phil
table it was derived from? I have a table of swimmers that includes a field
indicating their swim level. On the form that populates this table the Swim
level field is a combo box that takes it's info from a simple table of swim
levels. I would like to have another form that has nothing more on it than
the swimmers name, their previous (or existing) Swim level, and a field for
their new level. I would like the field for the new level to update the
Swimmers table with their new swim level. This "move up" form would be
quicker than searching through the "swimmers" table and changing it and
would also keep a seperate record of swimmers who have changed levels.
I used the "create form" wizard and based it on the swimmers table. I
dragged the name field onto this new form, added 2 combo boxes with a row
source of the swimmers table(followed by the "swim level" field) and then
when prompted to either remember the value or store it, I selected to store
it in "swim level". It does not change the value of the "swim level" field
in my swimmers field however.
Am I on a completely wrong track?
Thanks,
Phil