Recent content by mike60smart

  1. mike60smart

    Update a column in table

    Are you able to upload a copy of the database?
  2. mike60smart

    Help needed with a unique number ?

    Are you able to upload a copy of the database?
  3. mike60smart

    Solved Displaying related records on a form (in a subform?)

    It looks like you may have extra space below the Combobox in Design View. Remove the extra space and you should be OK.
  4. mike60smart

    Solved Displaying related records on a form (in a subform?)

    John Have you looked at the example I have uploaded?
  5. mike60smart

    Solved Displaying related records on a form (in a subform?)

    Hi John Attached is a rough example
  6. mike60smart

    Solved Displaying related records on a form (in a subform?)

    Is the Subform for Category set as Continuous Form?
  7. mike60smart

    Calendar template

    The following is the best example I have found.
  8. mike60smart

    Solved Displaying related records on a form (in a subform?)

    You need to be creating the Combobox on the Subform which would be based on your table "tblContactCategories"
  9. mike60smart

    Solved Displaying related records on a form (in a subform?)

    Are you able to upload a copy of the Database with no confidential data?
  10. mike60smart

    Multiple sub form problem

    It would be great to actually see your solution.
  11. mike60smart

    Multiple sub form problem

    As Plog said we need a copy of your database plus an example of your dashboard requirements.
  12. mike60smart

    Append query using friendly fields

    Hi Do you currently have a Main Form which allows you to select a Servicer and then a SubForm to enter Details about the ServiceEvents? Edit*** My mistake I should have said Main Form based on Properties.
  13. mike60smart

    Append query using friendly fields

    Hi Bcr Can you upload a copy of your database with no Confidential data?
  14. mike60smart

    Solved Updating a table with a value from a mainform when a subform updates

    Hi Leif In the attached modified Db I added an Unbound Control named "RM" to the Subform Header with a Form Reference to the Main Form Medium Control. Then in the After Update of the cboMusicRecord I added the line Me.Music_Medium = Me.RM I updated just the first 3 records in the subform.
Back
Top Bottom