J
Jessi
I have two tables:
tbl:Field_Mass1
StationID (fk)
SampleID (pk)
Mass1
tbl:Field_Mass2
StationID (fk)
SampleID (pk)
DateMeOHAdded
Mass2
These two tables are related with a 1:1 relationship on the field SampleID
(I've considered the 1:1 relationship, and I think is appropriate due to
other constraints I want to impose and on the order of data entry).
I use 2 forms to enter data into these tables (frm:FieldMass1 and
frmFieldMass2)
Users enter data into tblFieldMass1 first and then into tblFieldMass2.
When users enter Mass2 using the form frm:FieldMass2 I want to ensure that
Mass2 is greater than Mass1 from tbl:FieldMass1.
I've tried writing an expression into the validation rule for Mass2 on
frm:FieldMass2 but can't seem to get it to work. Any suggestions would be
appreciated.
tbl:Field_Mass1
StationID (fk)
SampleID (pk)
Mass1
tbl:Field_Mass2
StationID (fk)
SampleID (pk)
DateMeOHAdded
Mass2
These two tables are related with a 1:1 relationship on the field SampleID
(I've considered the 1:1 relationship, and I think is appropriate due to
other constraints I want to impose and on the order of data entry).
I use 2 forms to enter data into these tables (frm:FieldMass1 and
frmFieldMass2)
Users enter data into tblFieldMass1 first and then into tblFieldMass2.
When users enter Mass2 using the form frm:FieldMass2 I want to ensure that
Mass2 is greater than Mass1 from tbl:FieldMass1.
I've tried writing an expression into the validation rule for Mass2 on
frm:FieldMass2 but can't seem to get it to work. Any suggestions would be
appreciated.