Log in

View Full Version : Update query


perryboyd
Aug 28, 2008, 05:04 PM
How can I update a table with a function.
Thanks

ScottGem
Aug 28, 2008, 05:54 PM
You need to explain this in greater detail. You wouldn't use a function but a procedure. And it would have to be a custom procedure. You can use SQL or ADO/DAO depending on what you need to do.

What are you updating the table with? Are you changing field values or adding records?