In answer to your question as to how to get data into "tblData", you simply have to capture the appropriate Cal_ID , Equip_ID and date from your data collection forms, open a recordset against tblData (easiest to do from VBA on an afterUpdate event) and then do an Add/Update against the...