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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: MYRTOS
  • Content: Threads
  • Order by date
  1. MYRTOS

    MDB size increases abnormally when updating

    I connect via VB6: [Set cnW = New ADODB.Connection cnW.CursorLocation = adUseClient cnW.Provider = "Microsoft.Jet.OLEDB.4.0" cnW.Open w.MDB] When I do intensive update to Access, the MDB size increases 3 times more (bit less) than its actuall size. The problem is when the shrinked MDB size is...
  2. MYRTOS

    refresh DataGrid

    I have 4 cols in my DataGrid1 EmplCode,EmplName,OccCode,OccDescr Please, when I change the 'OccCode' in DataGrid1 the table [Employees] is updated but the the next col 'OccDescr' that comes from the joined table [Occupations] is not refreshed right away!!! Next is the way The Datagrid1 is...

Part and Inventory Search

Back
Top