I'm fairly new to SQL Server, but I'm really wanting to learn the ins-and-outs.
I've got an Access database that I'd like to port to SQL, but the Access database functioning is predicated on the ability to populate a field with a List Box or a Combo Box with the source being a column in another table.
I imported my access tables into SQL Server, thinking that functionality would import translated as the SQL functionality, but it didn't. Just the table data was copied over.
How do I go about connecting a SQL db column to pull based on data from another sql db table. I'm not even sure what that's called? Column Lookup...something like that.
If someone could just point me in the right direction, that would be great.
Thanks,
Micah
I've got an Access database that I'd like to port to SQL, but the Access database functioning is predicated on the ability to populate a field with a List Box or a Combo Box with the source being a column in another table.
I imported my access tables into SQL Server, thinking that functionality would import translated as the SQL functionality, but it didn't. Just the table data was copied over.
How do I go about connecting a SQL db column to pull based on data from another sql db table. I'm not even sure what that's called? Column Lookup...something like that.
If someone could just point me in the right direction, that would be great.
Thanks,
Micah