I am calling a function which returns a value called retvalue. How can I use this in a sql update query to update all the records in a table (Temp1) field (File). When I run this I get a pop up box asking me to enter parameter.
DoCmd.RunSQL "UPDATE temp1 SET temp1.file = retvalue;"
Please Help
DoCmd.RunSQL "UPDATE temp1 SET temp1.file = retvalue;"
Please Help