Hello All:
I am thinking of building an access database, because in one of my tables in excel, the list keeps on growing, and it's making all my vlookups very slow.
1)I have 3 tables. The first one, "State" contains the raw data. In excel, I concatenate the Invoice # and the Bill Date (=A2&text(B2,"mm/dd/yyyy") in the State table and then in the extra columns I created in the State table, my vlookup inserts the value it gets using the Invoice &Bill Date by searching in the Check table and the Express table. The information is either in the Check Table or the Express table, not both. The check and Express tables also have separate columns for the Invoice and Bill Dates, so in excel, I concatenate these fields in these 2 tables for my vlookup to work.
Question:
Since I am new at building a database, I want to know the best way to search the data in my State table to see if there is the same invoice and bill date in the Check and Wire tables using Access.
I think creating a query will do it, can anyone help in building this query.
2) My State table has lots and lots of duplicates, when building my access database,
Question:
is it better I create a query to eliminate the duplicates first and leave just 1 value of a particular Invoice & Bill date combo but with the most recent one (I can tell which is the most recent data with another date - Transaction in State since date) or do Number (1) first and then eliminate the duplicates?
Thanks so much for helping, I hope I can get this off the ground.
SharonMee
I am thinking of building an access database, because in one of my tables in excel, the list keeps on growing, and it's making all my vlookups very slow.
1)I have 3 tables. The first one, "State" contains the raw data. In excel, I concatenate the Invoice # and the Bill Date (=A2&text(B2,"mm/dd/yyyy") in the State table and then in the extra columns I created in the State table, my vlookup inserts the value it gets using the Invoice &Bill Date by searching in the Check table and the Express table. The information is either in the Check Table or the Express table, not both. The check and Express tables also have separate columns for the Invoice and Bill Dates, so in excel, I concatenate these fields in these 2 tables for my vlookup to work.
Question:
Since I am new at building a database, I want to know the best way to search the data in my State table to see if there is the same invoice and bill date in the Check and Wire tables using Access.
I think creating a query will do it, can anyone help in building this query.
2) My State table has lots and lots of duplicates, when building my access database,
Question:
is it better I create a query to eliminate the duplicates first and leave just 1 value of a particular Invoice & Bill date combo but with the most recent one (I can tell which is the most recent data with another date - Transaction in State since date) or do Number (1) first and then eliminate the duplicates?
Thanks so much for helping, I hope I can get this off the ground.
SharonMee