Hello,
I have a userform on excel that connects to ms access DB, i have developed the code to display,movenext and update records but i have an issue when i try to move to the next record with SQL query that filters records.
ex: SQLquery= select * from table1 where test1='unique' --- then i do rs.movenext but everytime i click on cmd button it shows only next record even if the query returned 4 records... can anyone point where i am making the mistake ? I have several textboxes on the userform that displays the field values from access.
I have a userform on excel that connects to ms access DB, i have developed the code to display,movenext and update records but i have an issue when i try to move to the next record with SQL query that filters records.
ex: SQLquery= select * from table1 where test1='unique' --- then i do rs.movenext but everytime i click on cmd button it shows only next record even if the query returned 4 records... can anyone point where i am making the mistake ? I have several textboxes on the userform that displays the field values from access.