how can i execute a newly entered function in access to makeit change old recods?
7 77 Dec 10, 2005 #1 how can i execute a newly entered function in access to makeit change old recods?
D Douglas J. Steele Dec 10, 2005 #2 It all depends on the function. It could be as simple as using an Update query: UPDATE MyTable SET MyField = MyFunction(MyField)
It all depends on the function. It could be as simple as using an Update query: UPDATE MyTable SET MyField = MyFunction(MyField)