I'm a MS Access programming newbie, can anyone please help me on the following?
Query1 contains the following :
varX
----
D
Query2 contains the following :
VarY
----
1
2
3
I'm trying to insert the count of these 2 queries into a new table, say TBLCount, so that TBLCount look like this :
CurrDate Count1 Count2
3/25/2008 1 3
I'm really at a loss at what to do now. I've tried joining tables which can't work, as these 2 queries has nothing in common. I've tried inserting 1 count, then updating the next count, but keep getting the updateable error.
Please help
Query1 contains the following :
varX
----
D
Query2 contains the following :
VarY
----
1
2
3
I'm trying to insert the count of these 2 queries into a new table, say TBLCount, so that TBLCount look like this :
CurrDate Count1 Count2
3/25/2008 1 3
I'm really at a loss at what to do now. I've tried joining tables which can't work, as these 2 queries has nothing in common. I've tried inserting 1 count, then updating the next count, but keep getting the updateable error.
Please help