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

Save rownumber of continuous subform?

Status
Not open for further replies.

hmstoo44dd

Programmer
Sep 27, 2002
32
US
I'm using the 'absolute position' to number the records in a continuous subform but, can't figure out how to save the number as part of the record. The onCurrent event only captures the first record in the subform. Anyone have a solution?
 
Could be because the onCurrent event is refering to the main form, instead of subform. Make sure the onCurrent event is refering the subform field value.
 
Furthermore, the OnCurrent Event needs to placed and triggered from the subform and not from the main form.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top