I am trying to use a field value from the active record for a query in the "row source" property for a listbox. The query I entered works, but when I traverse to next or previous records, the query will not use the new field value from the current record to refresh the query. Is there a way to have the sql query refresh when I traverse to new records without using vb?