I have a query that replaes data in a database using the update query.
The query is called from within a VB module. Is there a way for the query to only update the first set of data? I have tried a do loop from with in the VB code however this didnt work.
The problem is in the SQL i think. Is there a way to get a query to only update one record?
The query is called from within a VB module. Is there a way for the query to only update the first set of data? I have tried a do loop from with in the VB code however this didnt work.
The problem is in the SQL i think. Is there a way to get a query to only update one record?