Problem selecting records in continuous form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm having a strange problem with a form I created in another database - in
the original application it works fine - clicking a record displayed in a
continuous form moves the record selector to the selected record.

I have imported this form into another database (created by another
developer) and when I click a record in the continuous form it doesn't move
the record selector from the first record. Help?

Thanks,

Scott A
 
There is no OnClick event for the continuous form and it works in my
application - you click on the record and it automatically moves the record
selector to the line clicked. I've built a number of applications using
continuous forms to display records in a table and it works this way by
default without having to add onclick events...
 
I misunderstood - sorry.

Scott A said:
There is no OnClick event for the continuous form and it works in my
application - you click on the record and it automatically moves the
record
selector to the line clicked. I've built a number of applications using
continuous forms to display records in a table and it works this way by
default without having to add onclick events...
 
Back
Top