tblSamples
SampleID
ProjectID (related)
Formula Number
Date Sent
I would like a related record to be created in the samples table, if sample wanted is yes. Is this possible? If so how. (One project can have many samples and sample numbers)
Hey @Mary, you can build this formula using filter + contains functions. Just make sure the field sample wanted (y/n) is a text field. If it isn’t, you can convert it to a text field using the totext function.
Hey @Mary, I’m not sure I fully understand your question. We just look for the data in the Project table and then filter it using a formula. You can also create a new view and use filters to show only rows where “Samples wanted” equals 'yes’, as here: