I am new to Access and have been given a newly created DB to handle.
There is 1 main table (..DataExtract) which consists of a data dump from a server and one of the columns is for queue names. However, not every record is populated with a queue name - many are blank. But those records are still valid.
I have 1 personally created table (QueueInfo) that I wish to join to the queue column from the DataExtract table, in my query. However when I do so, NONE of the records with blank queue names appear after running the query. (They do however when I do not join my QueueInfo table to the DataExtract table.)
I need to be able to pull information on all records, regardless of queue name (even blank) while using my QueueInfo table. Not sure how to approach this.
As I said, I am new to Access and have a lot to learn. Any guidance would be most appreciated.
There is 1 main table (..DataExtract) which consists of a data dump from a server and one of the columns is for queue names. However, not every record is populated with a queue name - many are blank. But those records are still valid.
I have 1 personally created table (QueueInfo) that I wish to join to the queue column from the DataExtract table, in my query. However when I do so, NONE of the records with blank queue names appear after running the query. (They do however when I do not join my QueueInfo table to the DataExtract table.)
I need to be able to pull information on all records, regardless of queue name (even blank) while using my QueueInfo table. Not sure how to approach this.
As I said, I am new to Access and have a lot to learn. Any guidance would be most appreciated.