Calculating age in Repeating tables

B

BethB

I have a form with a repeating table. The form is also has an access database
as its data source.
There is a week ending field in a repeating section. Within that repeating
section is a repeating table which has a field start date.
I need to validate whether the start date is <= Week Ending date and >= Week
Ending Date - 6.
I can validate the first part but not the Week Ending Date - 6.
I realize that this will have to be done in code, but my problem is that I
have trouble identifying the current row of the repeating table in code. It
always seems to calculate using the fields in the first row.
Please help.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top