Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. ms access 2007 record selection highlighting problem

ms access 2007 record selection highlighting problem

Scheduled Pinned Locked Moved Visual Basic
helptutorial
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    sekannak
    wrote on last edited by
    #1

    Hi, I am working Access 2007. I am using subforms as datasheet view. I am embeding this subform to another main form. In main form this subform displays like Gridview, behind this i have some text box control on the main form. when i am selecting the records from the subform, the respective records will be bounded to the textbox boxes which is on the same form(Main), The problem is clicking on the cells is perfectly working, but when i click the left side column (default) as soon as i click any cells its not working, the respective record will be the bounded to the textbox boxes but the respective selected row from the subform is not highlighting instead of highting the same row . private sub Form_current() Form_frmFundGroup.Filter = "Id = " & Me![Id] Form_frmFundGroup.FilterOn = True end sub the above code is for subform to bound the data as per the selection on the subform(gridvew) how to resolve this can u anyone give me suggestion plz...

    kannak

    C 1 Reply Last reply
    0
    • S sekannak

      Hi, I am working Access 2007. I am using subforms as datasheet view. I am embeding this subform to another main form. In main form this subform displays like Gridview, behind this i have some text box control on the main form. when i am selecting the records from the subform, the respective records will be bounded to the textbox boxes which is on the same form(Main), The problem is clicking on the cells is perfectly working, but when i click the left side column (default) as soon as i click any cells its not working, the respective record will be the bounded to the textbox boxes but the respective selected row from the subform is not highlighting instead of highting the same row . private sub Form_current() Form_frmFundGroup.Filter = "Id = " & Me![Id] Form_frmFundGroup.FilterOn = True end sub the above code is for subform to bound the data as per the selection on the subform(gridvew) how to resolve this can u anyone give me suggestion plz...

      kannak

      C Offline
      C Offline
      ChandraRam
      wrote on last edited by
      #2

      Maybe a split form[^] will help you?

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups