lynsey2
Registered User.
- Local time
- Today, 16:17
- Joined
- Jun 18, 2002
- Messages
- 439
good morning!
i have a wee problem that i thought i didnt! but now i do!
i have made a temp table MethStore
i have made an append qry (that appends data in temp table to master table)
i have made a master table ScriptMasterMeth
MethStore is only supposed to hold one record at a time. (gets the data from a form bound to it) the append qry is supposed to take the data from MethStore and put it in ScriptMasterMeth when the data in the form is changed(thus the new data in the form has to be put in the temp table and we only want one record in the temp table at any time) i want the ScriptMasterMeth to hold all the records ever but MethStore just the current one!
it doesnt do this MethStore holds them all... the append qry works as ScriptMasterMeth gets the records but MethStore holds all of them too.
hope im not waffling too much but a hand would be totaly grrreat! i am getting 'cannot appent record due to key violation rules etc' because of MethStore having more than one record in it.
ta in advance folks!
i have a wee problem that i thought i didnt! but now i do!
i have made a temp table MethStore
i have made an append qry (that appends data in temp table to master table)
i have made a master table ScriptMasterMeth
MethStore is only supposed to hold one record at a time. (gets the data from a form bound to it) the append qry is supposed to take the data from MethStore and put it in ScriptMasterMeth when the data in the form is changed(thus the new data in the form has to be put in the temp table and we only want one record in the temp table at any time) i want the ScriptMasterMeth to hold all the records ever but MethStore just the current one!
it doesnt do this MethStore holds them all... the append qry works as ScriptMasterMeth gets the records but MethStore holds all of them too.
hope im not waffling too much but a hand would be totaly grrreat! i am getting 'cannot appent record due to key violation rules etc' because of MethStore having more than one record in it.