I am trying to use DAO to access Foxpro tables in VB6. Everything is going well, except, I cannot get write access to the fox tables. The code I am using follows. If anyone has any suggestions, please let me know:<br>
<br>
<br>
Sub Test()<br>
<br>
Dim dbs As Database, rstPlayers As...