I have a table that contains at least 4 fields that are based on a source field in another table. So, for example....Table A has fields 1,2,3,4 which are each integers based on a field in Table B. (In this case, it is staff names).
Does anyone know of an uncomplicated way to query this data? In Access you just have a Lookup Value for the field, but this doesn't seem to be an easy task in SQL Server. Any thoughts?
I basically want to be able to query these results for outputting reports, etc. Thanks in advance!
Does anyone know of an uncomplicated way to query this data? In Access you just have a Lookup Value for the field, but this doesn't seem to be an easy task in SQL Server. Any thoughts?
I basically want to be able to query these results for outputting reports, etc. Thanks in advance!