T
Ted
the ingredients of question come as follows:
i have two a2k databases. we'll call them 'A' and 'B'. 'A'
has been around for a long time and has lots of records.
'A' currently requires its user to input a field, call
it 'Title' as a text field.
the database 'B' is the newer of the pair and will be
having its user input info into a field called 'Title'.
the information in both 'Title' fields is intended to
capture the same informaiton.
it is the intent of the mgt to use the information from
the 'Title' field in 'B' to hereafter populate the 'Title'
field in 'A' (via a linking of the table in 'B' having
the 'Title' data).
i envisage converting the text field in 'A' to a combo box
whose Row Source is a query to the 'Title' field in the
linked table in 'B'.
the thing is that i'm concerned the underlying table
in 'A' will not be able to continue to use the information
in the title field that's already been entered.
is this a problem? will it matter to a2k once i convert
the text control on the 'A' form to a combo box.
..
i have two a2k databases. we'll call them 'A' and 'B'. 'A'
has been around for a long time and has lots of records.
'A' currently requires its user to input a field, call
it 'Title' as a text field.
the database 'B' is the newer of the pair and will be
having its user input info into a field called 'Title'.
the information in both 'Title' fields is intended to
capture the same informaiton.
it is the intent of the mgt to use the information from
the 'Title' field in 'B' to hereafter populate the 'Title'
field in 'A' (via a linking of the table in 'B' having
the 'Title' data).
i envisage converting the text field in 'A' to a combo box
whose Row Source is a query to the 'Title' field in the
linked table in 'B'.
the thing is that i'm concerned the underlying table
in 'A' will not be able to continue to use the information
in the title field that's already been entered.
is this a problem? will it matter to a2k once i convert
the text control on the 'A' form to a combo box.
..