executing funtion on access.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

how can i execute a newly entered function in access to makeit change old
recods?
 
It all depends on the function.

It could be as simple as using an Update query:

UPDATE MyTable SET MyField = MyFunction(MyField)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top