J
jimbo
I have a table where I import data which I need to update periodicalloy from
another source.. I do this by:
1)Importing the source data into a new table.
2)Deleting all the records in the existing table but retain all the existing
feild names.
3)Copy the records from the new table into the existing table retaining the
existing feild names.
4)All the new copied records show a value coming from a default value stored
in a existing filed in the table
The question is;_
I want a user with no access experinence to be able to change the default
value through a form to olivate the need to go to the table design and
physicaly change the default value for all the records either before or after
the update.. I.e the default value is 1 and I want the user to change this to
2.
another source.. I do this by:
1)Importing the source data into a new table.
2)Deleting all the records in the existing table but retain all the existing
feild names.
3)Copy the records from the new table into the existing table retaining the
existing feild names.
4)All the new copied records show a value coming from a default value stored
in a existing filed in the table
The question is;_
I want a user with no access experinence to be able to change the default
value through a form to olivate the need to go to the table design and
physicaly change the default value for all the records either before or after
the update.. I.e the default value is 1 and I want the user to change this to
2.