dtgorm
Computer
- Jan 17, 2003
- 1
Ok, i have a table, [tblMusicProfile], that has a field called "instruments".
In another table, [tblMusicInst], the instruments are listed and for each instrument, there is either a "1" for yes or "0" for no.
In the tblMusicProfile, the instruments field would have a string of numbers that is brough over from tblMusicInst such as 1011101...
That is what I am wanting to do...
Now how do i link the field in one table to a record in another table???
In another table, [tblMusicInst], the instruments are listed and for each instrument, there is either a "1" for yes or "0" for no.
In the tblMusicProfile, the instruments field would have a string of numbers that is brough over from tblMusicInst such as 1011101...
That is what I am wanting to do...
Now how do i link the field in one table to a record in another table???