Search results

  1. S

    Missing Class Object

    Hello I wanted to add some VB to a report but when i opened the VBA the class object for the report was missing (not a class module that I had created) the one that is directly of the tree Microsoft Access Class Objects. It was there in the past and i cannot find any way to recreate it. I have...
  2. S

    Totals based on a calculated query field

    I am trying to display a series of totals in a report footer which are made up of calculated fields in a query DtMinBreak: IIf([Reason]="Break",[DownTimeMins],"") The query runs correctly and when I view it the relevant data is there for each row. Therefore I thought it would be a simple...
  3. S

    Populating an underlying table when using cascading combo boxes in a form

    Hello everyone I have read the FAQ on cascading combo boxes and have managed to apply the theory to my DB's data input form (frmDataEntry) which is very cool and prevents a lot of errors however in doing so it no longer populates the underlying table (tblProductionDetails). I am at a loss as...
Back
Top Bottom