Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

dbGrid doesn't show the latest infomation

Status
Not open for further replies.

nhb

Programmer
Jul 8, 2000
6
0
0
MY
During a form loading step, I populate a table using, <br><br>DataEnvironment1.rstblTestA.Open &quot;INSERT (fielda, fieldb) INTO tblTest SELECT fielda, fieldb FROM tblTesting&quot;<br><br>However, the dbGrid that is pointing to DataEnvironment/tblTest does not show the information populated during the program execution.<br><br>A check on table tblTest using Access shows that the information were populated from the SQL.<br><br>Please help.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top