T
Tom
I have a bit of a challenge to overcome.
I have a table that stores the current LOCATION of
equipment. This value is selected via a combo box in a
form.
The challenge is to create a "history" (see below ******
line )of ALL OF THE LOCATION the equipment went through
during its "lifetime".
For instance, this should be the process:
Step 1. Record Creation:
Date = 08-25-03
Current Location = Manufacturer
Step 2. Record Modification
Date = 08-30-03
Current Location = Warehouse
Step 3. Record Modification
Date = 09-02-03
Current Location = Shipped to Customer
*****************
Date & Location History Field (in History table):
=================================================
08-25-03 Manufacturer
08-30-03 Warehouse
09-02-03 Shipped to Customer
Again, the challenge is to update the "History" table
automatically by adding today's date and the current
location once the date/location has changed.
Is this possible or is there potentially a better way of
doing this?
Thanks, Tom
I have a table that stores the current LOCATION of
equipment. This value is selected via a combo box in a
form.
The challenge is to create a "history" (see below ******
line )of ALL OF THE LOCATION the equipment went through
during its "lifetime".
For instance, this should be the process:
Step 1. Record Creation:
Date = 08-25-03
Current Location = Manufacturer
Step 2. Record Modification
Date = 08-30-03
Current Location = Warehouse
Step 3. Record Modification
Date = 09-02-03
Current Location = Shipped to Customer
*****************
Date & Location History Field (in History table):
=================================================
08-25-03 Manufacturer
08-30-03 Warehouse
09-02-03 Shipped to Customer
Again, the challenge is to update the "History" table
automatically by adding today's date and the current
location once the date/location has changed.
Is this possible or is there potentially a better way of
doing this?
Thanks, Tom