Any help on the SQL by any chance? Im better at the GUI JET SQL...if what you say above should work then results should be...
MAKE TABLE QUERY RESULTS
Auto # Account # Qty Table 2 Qty
1 123 25 50
2 123 25 <NULL>
There is no current primary key then. I was helped on thread701-1391321, however, I had thought there was an effective dated field (and there wasn't) and I need to somehow have the same effect with the below code, but removing any mention of effecting dating and just update based maybe on...
I was helped in another thread in relation to this problem, but ive tweaked my needs and now im not sure how to resolve...
I currently have two tables. The MASTER TABLE has a list of accounts and quantities. The SECOND table has additional quantities that need to be merged in by account #...
Actually one more, thing. What if i removed the dating piece all together and I only wanted QTY2 to appear next to one of the similar account #'s, like below...
MAKE TABLE QUERY RESULTS
Account # Qty Table 2 Qty
123 25 50
123 25 <NULL>
I currently have two tables. The MASTER TABLE has a list of accounts and quantities ordered by effective date. The SECOND table has additional quantities that need to be merged in by account #, however,the quantities need to be merged on where the earliest dated account row is. For example...
I have an access table that is over 2 million records. I can't chage the data type on one of my fields because i am getting an error message stating that there isnt enough space or memory...
1 - Is there a work around?
2 - If not, can an update query be written so that I can update the data...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.