D
DW
How can you validate a form against another table?
The table "MR" has got entries in groups of four(not grouped), anotherwords
each entry has got a number specific to that entry that reoccurs (1-4) each
month,
table example,
bmr emr pn
1.0 2.0 1
3.0 4.0 2
6.0 6.5 3
8.1 8.3 4
the form (which goes to a different table)goes through the same, it starts
at 1 with the user typing data in the fields "cb" and "ce", then each record
is entered.
What I am trying to do is make sure that when they type in the form that the
numbers they enter are greater than the ones in the "MR" table according to
the "PN" number for the last record.
A little complex explaining this. You can tell a newbie
Thanks.
The table "MR" has got entries in groups of four(not grouped), anotherwords
each entry has got a number specific to that entry that reoccurs (1-4) each
month,
table example,
bmr emr pn
1.0 2.0 1
3.0 4.0 2
6.0 6.5 3
8.1 8.3 4
the form (which goes to a different table)goes through the same, it starts
at 1 with the user typing data in the fields "cb" and "ce", then each record
is entered.
What I am trying to do is make sure that when they type in the form that the
numbers they enter are greater than the ones in the "MR" table according to
the "PN" number for the last record.
A little complex explaining this. You can tell a newbie
Thanks.