Help on subform.

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • swingingming

    #1

    Help on subform.

    Hi, I have a form and a subform. And have some code such as Refresh and
    Requery in the code of some of the AfterUpdate event in some of the
    cobo controls. The problem is I cannot move around using the navigation
    button or record selector to move around. It always points to the last
    record in the subform. What could be wrong?
    Thank you very much.
    Ming

  • Nick 'The Database Guy'

    #2
    Re: Help on subform.

    Hi Ming,

    Take a look at your child & parent fields in the properties of the
    subform, if you have not set them up correctly that will be the reason.

    Good luck Nick

    swingingming wrote:
    Hi, I have a form and a subform. And have some code such as Refresh and
    Requery in the code of some of the AfterUpdate event in some of the
    cobo controls. The problem is I cannot move around using the navigation
    button or record selector to move around. It always points to the last
    record in the subform. What could be wrong?
    Thank you very much.
    Ming

    Comment

    Working...