OK guys
in my head (which is quite often empty) I want to do x with a qry
basically its an append qry - but its a little messy and I think that I can do better with the use of recordset
So I want to :-
select data (qry done nice an easy) and then add it to another table (history)
and change some of the values along the way
so qry have
QNo (common accross everything)
Eventname
Dates
Value1
Value2
Value3
these 3 values I will tinker with along the way by times either by 1 or -1 or 0
so How do I call the qry in vb then add it to another table
Query1 (name of query)
History (name of target table)
I have looked around and I am missing somthing
in my head (which is quite often empty) I want to do x with a qry
basically its an append qry - but its a little messy and I think that I can do better with the use of recordset
So I want to :-
select data (qry done nice an easy) and then add it to another table (history)
and change some of the values along the way
so qry have
QNo (common accross everything)
Eventname
Dates
Value1
Value2
Value3
these 3 values I will tinker with along the way by times either by 1 or -1 or 0
so How do I call the qry in vb then add it to another table
Query1 (name of query)
History (name of target table)
I have looked around and I am missing somthing