P
Pierre
Example of the database:
machine1 system1 item1
machine1 system1 item2
machine1 system1 item3
machine1 system2 item1
machine1 system2 item2
machine2 system1 item1
As you can see, from the "machine" and "system" there's a lot of re-typing.
All these fields comes from combo boxes with queries (so technically, it's a
lot of re-selecting). Now, I would like the default value of the "new record"
be the value from the previous record for these fields, saving a lot of
re-typing/selecting and only needing changing when changing machine or
system. Is there a simple "sequence" to put in the "default" value of the
properties of the field to do that? Thanks.
machine1 system1 item1
machine1 system1 item2
machine1 system1 item3
machine1 system2 item1
machine1 system2 item2
machine2 system1 item1
As you can see, from the "machine" and "system" there's a lot of re-typing.
All these fields comes from combo boxes with queries (so technically, it's a
lot of re-selecting). Now, I would like the default value of the "new record"
be the value from the previous record for these fields, saving a lot of
re-typing/selecting and only needing changing when changing machine or
system. Is there a simple "sequence" to put in the "default" value of the
properties of the field to do that? Thanks.