here's the long and short of the story:
i have a table called 'Protocol' which has a field called 'SponsorID'. it is a number field and uses a combobox with a rowsource of table/query. the table that it looks at is called 'Sponsor' having two fields one numeric (also called 'SponsorID', this is column #1) and the other (column #2) is called 'Name', a text field.
i didn't create this and i would've just had a single column in 'Sponsor' since the number field is just an autonumber field w/o any intrinsic meaning.
what i'd like to do, is re-engineer the 'Protocol' table so that its 'SponsorID' field was a text field that looked at a single-column rowsource table having just 'Name's in there.
i've tried a query based approach to create a clone of 'Protocol' having a field with the property wanted, however, there are quite a few 'gotchas', i.e. the checkbox fields have disappeared to be replaced with 0 and -1s, the dropdown arrows have disappeared from other fields where they were being used to help the user and whathaveyou. so, this approach would require quite a lot of work if i wanted to restore the original capability that 'Protocol' had prior to making the change just discussed.
if there's a better way, would someone like to share it with me?
i have a table called 'Protocol' which has a field called 'SponsorID'. it is a number field and uses a combobox with a rowsource of table/query. the table that it looks at is called 'Sponsor' having two fields one numeric (also called 'SponsorID', this is column #1) and the other (column #2) is called 'Name', a text field.
i didn't create this and i would've just had a single column in 'Sponsor' since the number field is just an autonumber field w/o any intrinsic meaning.
what i'd like to do, is re-engineer the 'Protocol' table so that its 'SponsorID' field was a text field that looked at a single-column rowsource table having just 'Name's in there.
i've tried a query based approach to create a clone of 'Protocol' having a field with the property wanted, however, there are quite a few 'gotchas', i.e. the checkbox fields have disappeared to be replaced with 0 and -1s, the dropdown arrows have disappeared from other fields where they were being used to help the user and whathaveyou. so, this approach would require quite a lot of work if i wanted to restore the original capability that 'Protocol' had prior to making the change just discussed.
if there's a better way, would someone like to share it with me?