G
Guest
i use a2k if that counts.
here's my issue. say there are two identically designed tables from two
separate mdbs. we need to append the data from mdb 'one' into the
corresponding table in mdb 'two' and then we'll not use 'one' but stay with
'two'. as it happens both tables have a field called 'Screening ID' which is
AutoNumber and the data in 'one' has corresponding values of 'Screening ID'
belonging to "different* individuals in 'two'. in other john doe's screening
id in 'one' might be 23 and the value of 'Screening ID' in 'two' might belong
to mary smith, so we would want to give john doe a value of 'Screening ID'
once his data were appended into 'two' that was his and his alone.
what i'm thinking about doing is changing the values of 'Screening ID' in
each to 'Number' as a first step. as a second step, i'm thinking about
sorting the values of 'Screening ID' in two from low to high. this will
determine the highest value. as a third step, i would ask the data entry
person to recode the numbers of 'Screening ID' in 'one' so as to begin with a
value one higher than the max we found existed for 'Screening ID' in two. as
a fourth step i would append the two tables. as a fifth step i would convert
the property of the 'Screening ID' field in table 'two' back to 'AutoNumber'.
as new entries appeared in the table 'two', they would once more be assigned
values incrementally greater than the maximum by a factor of 1.
can anybody help me out with a reality test. is this going to work? seriously!
-ted
here's my issue. say there are two identically designed tables from two
separate mdbs. we need to append the data from mdb 'one' into the
corresponding table in mdb 'two' and then we'll not use 'one' but stay with
'two'. as it happens both tables have a field called 'Screening ID' which is
AutoNumber and the data in 'one' has corresponding values of 'Screening ID'
belonging to "different* individuals in 'two'. in other john doe's screening
id in 'one' might be 23 and the value of 'Screening ID' in 'two' might belong
to mary smith, so we would want to give john doe a value of 'Screening ID'
once his data were appended into 'two' that was his and his alone.
what i'm thinking about doing is changing the values of 'Screening ID' in
each to 'Number' as a first step. as a second step, i'm thinking about
sorting the values of 'Screening ID' in two from low to high. this will
determine the highest value. as a third step, i would ask the data entry
person to recode the numbers of 'Screening ID' in 'one' so as to begin with a
value one higher than the max we found existed for 'Screening ID' in two. as
a fourth step i would append the two tables. as a fifth step i would convert
the property of the 'Screening ID' field in table 'two' back to 'AutoNumber'.
as new entries appeared in the table 'two', they would once more be assigned
values incrementally greater than the maximum by a factor of 1.
can anybody help me out with a reality test. is this going to work? seriously!
-ted