Hi
I have a query like this:
if i run the query after opening the main form it will show the correct result. In the form I have the query as the record source and for the photo i put photo and for score i put score but they are empty in the form and nothing is displayed. How to use query as recordset? Can someone show me how or give ne a link to show to use query as recordset?Code:SELECT Users.photo, Users.Score FROM Users WHERE (((Users.UserName)=[Forms]![Main]![name1].[value]));