J
jcz
I am building a database to store data for biological sampling of fish.
I have a trip form with all the data for individual trips (includes a
calculated unique trip number that links the subforms to it). A
subform frmTripCatches that shows catch data (including species,
lifestage, TotalCatch and tripnumber) I would like to put a field in
the catch subform - was fish measured (yes/no). When yes is selected,
I would like for it to open the frmFishData form in datasheet view.
Where do I put the macro or expression to do this (and how do I write
it)?
When frmFishData opens, I would like it to fill in species code,
lifestage, and prenumber records from 1-TotalCatch (TotalCatch being
the number from catch record that triggered the form to open). Where
and how do I write these macros and/or expressions?
This will allow the user to have the prenumbered records that looks
like the paper datasheet in front of them and they can enter any data
that goes along with that particular fish without having to go through
the task of numbering each record and entering the same data many times
(i.e. if they caught 150 fish it would take forever to number 150
records and enter the same species and lifestage just so they can enter
lengths and weights for individual fish) I hope I explained this well.
Any help will be appreciated.
I have a trip form with all the data for individual trips (includes a
calculated unique trip number that links the subforms to it). A
subform frmTripCatches that shows catch data (including species,
lifestage, TotalCatch and tripnumber) I would like to put a field in
the catch subform - was fish measured (yes/no). When yes is selected,
I would like for it to open the frmFishData form in datasheet view.
Where do I put the macro or expression to do this (and how do I write
it)?
When frmFishData opens, I would like it to fill in species code,
lifestage, and prenumber records from 1-TotalCatch (TotalCatch being
the number from catch record that triggered the form to open). Where
and how do I write these macros and/or expressions?
This will allow the user to have the prenumbered records that looks
like the paper datasheet in front of them and they can enter any data
that goes along with that particular fish without having to go through
the task of numbering each record and entering the same data many times
(i.e. if they caught 150 fish it would take forever to number 150
records and enter the same species and lifestage just so they can enter
lengths and weights for individual fish) I hope I explained this well.
Any help will be appreciated.