Search results

  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.
  15. mike60smart

    Solved Invoice System for access

    Can you upload a copy of your database?
  16. mike60smart

    Solved Invoice System for access

    Edit*** I should have said can you show the Relationships for the other tables you currently have.
  17. mike60smart

    Forms not refreshing when navigating between them

    Can you upload a copy to see if we see the same problem?
  18. mike60smart

    Windows 11 Slowing Down Database

    Can you upload a copy of the database so we can test to see if we get the same response.
  19. mike60smart

    Cannot find the source code for the calculations marked in red

    Hi Frida You have a problem with your relationships between tables. If you try to link and Enforce Referencial Integrity between the Autonumber PK named Counter in your Customers Table to the related FK field Customers_ID in the table c_Customer_Invoice , you get the error message as shown in...
Back
Top Bottom