Deleting records within module

  • Thread starter Thread starter EmOxon
  • Start date Start date
E

EmOxon

Hi everyone

I have a function to update values in table . Is it possible to delete
or move to another table some records following set criteria? I am a
fresher, so I would appreciate a small sample code.

Thank
EM
 
EmOxon,

I am not very familiar with the coding. However, you can use delete and
append action queries on what you need.

Hopes this helps.
 
Hi
I should have clarified, that I am aware of update/delete queries, and
actually I would like to incorporate their functinonality in module, to
avoid accidentaly missing or chaning of order of one of them. I have a
set of queries at the moment and running them separately may create a
problem if I miss one of them.

Also I wonder if it possible to define 2 or more functions in VB
module, I mean a function that will return 2 values

Thasnk
Em
 
Back
Top