Hi there!
I'm used to writing SQL stored procedures for SQL Server, so I'm not sure how to approach Access.
I'd like to use a SQL statement, let's say SELECT * FROM ThisTable and then loop through the results of one field. I know how to do it with a stored procedure and Visual Basic, but not...