hi all - not sure if i should reply to this or start a fresh post...?
anyway, here goes:
I have a form (frmQuotesIssued) with a subform within (qryQuotedServices subform). It is the subform I'm interested in. The subform contains records that relate to the main form ID (one-to-many). the...
Hi - I have a form with a DateModified field/control. This field records the date an event occurs; this also causes a phase change in the main process.
The DateModified control is blank by default until this event occurs.
I am using a button ("Date modified"; on-click event; code builder...
Thanks for the reply - I think I have updated the Row Source for the 2nd combobox:
SELECT tblClusterSeqKit.ClusterKit FROM tblClusterSeqKit WHERE (((tblClusterSeqKit.ClusterKit)=[Forms]![frmRNASeqProjectPlan]![Combo654]));
running the query appears to give the correct results.
but I'm not...
Hi - I have a database for Project management and project costing.
Tables are like this:
tblProject - summarises use of SeqKit and ClsuterKit for each project
tblClusterSeqKit - relationships between each SeqKit and the appropriate ClusterKits that go with them - there are many ClusterKits...
Thanks - I run a biotech research lab where we run contract research Projects on behalf of other labs. The projects have lots of options involved, lots of picking from lists, and other entered data too. We record each project enquiry currently using Excel, use lots of dropdown lists and VLOOKUPs...
Thanks for the quick reply - all that sounds great - I am doing a larger design which incorporates dates and lots of other info - I wanted to boil down to this single issue to start with (there are others too). I have another table above projects (tblEnquiries) that I view as a form with...
Hi - I have a similar issue - perhaps I could give more details of my problem, see if that helps??
i have a table, which lists number of a specific type of kit is used in a project
tblProjects
ProjectID
KitUsed
Quantity
and I have a separate table, where I store the costs of using each kit...
Hi - new user here. been on a couple of training courses and trying to relate what I've learned to my specific needs: it's not always easy to map your own data onto example data...
i run a research lab and have a need to manage various datasets (project management, sample/LIMS, financial stuff...