P
Paul Simon
I'm designing a database which uses an Update Query to add records to a
Table, and need to easily update the Default Values for three fields in
the table at the start of each session (these fields are not ones that are
added by the Update Query).
What's the best way to do this ? I presume I would need to use some sort
of form!
I've done a Google search and thought I'd found the answer, which involved
using a Form with three Unbound Text boxes and a Macro which was supposed
to take the input from the Form and make it the Default Values for
Controls in another Form which included the fields from the table.
Unfotunately, this did'nt work.
Table, and need to easily update the Default Values for three fields in
the table at the start of each session (these fields are not ones that are
added by the Update Query).
What's the best way to do this ? I presume I would need to use some sort
of form!
I've done a Google search and thought I'd found the answer, which involved
using a Form with three Unbound Text boxes and a Macro which was supposed
to take the input from the Form and make it the Default Values for
Controls in another Form which included the fields from the table.
Unfotunately, this did'nt work.