KentMorand
Technical User
Hey all I need to return multiple fields to populate controls on a form and am not sure what the code should look like. The form is used to enter new records and with someone's help it will also fill these fields with info retrieved from a table. I was thinking of running an SQL statement on the click of a button that will put all the neccessary info into an array and then assign each field the appropiate value from the array. I'm totally unsure what the code would look like though. Any help at all would be greatly appreciated. Thanks in advance.