Update query to update filds with password

N

newbie

Hi,
I'm triyng to update the password field in a user table
with a random password provided by a user function called
SecPwd.
I'm getting the same password in all the records in that table.
How do I get access to place a different password in each
record?
 
J

John Viescas

Well, it depends on the function and how you're calling it. What is the VB
source for the function? How are you using it? In an Update query?

--
John Viescas, author
"Microsoft Office Access 2003 Inside Out"
"Running Microsoft Access 2000"
"SQL Queries for Mere Mortals"
http://www.viescas.com/
(Microsoft Access MVP since 1993)
 
Top