D
Dave
One of my tables has five fields:
CellID - autonumber
SampleID - many join to another table
Canister - text
Tray - number
Spot - number
This table is the source for a subform. On this form (datasheet) if a
user presses enter through the canister, tray and spot fields or begins
to input data and changes his mind, a new record is created with
cellID, sampleID filled in but the other 3 fields empty(null). It's not
a huge deal itself but it screws up a query that has a Val()
expression. How can I ensure that there are no empty records created?
Thanks,
Dave B
BTW, thanks for all the help. This forum is a fantastic source of
information
CellID - autonumber
SampleID - many join to another table
Canister - text
Tray - number
Spot - number
This table is the source for a subform. On this form (datasheet) if a
user presses enter through the canister, tray and spot fields or begins
to input data and changes his mind, a new record is created with
cellID, sampleID filled in but the other 3 fields empty(null). It's not
a huge deal itself but it screws up a query that has a Val()
expression. How can I ensure that there are no empty records created?
Thanks,
Dave B
BTW, thanks for all the help. This forum is a fantastic source of
information