Search results

  1. mike60smart

    Solved Continuous Sub-Form

    Hi Sorry but you are not following what I am recommending. You cannot add data to a Continuous Form until you add a Record in the Main Form. Pat Hardman has pointed you to a solution but you need to get this First Major Step created before you can add the Multiple Items.
  2. mike60smart

    Solved Continuous Sub-Form

    Hi Your tblCheckListDetails which is the many side of the Relationships contains 58 Records with no Parent Records. This is not how you would manage your process. You should initially enter a record in tblCheckList and then add related records in tblCheckListDetails. Looking at the data in...
  3. mike60smart

    running total using sum does not work

    Is this what you are after?
  4. mike60smart

    Hi, I'm David from Malta

    Hi David If you think about your process, you are trying to record information about All Games played in a specific Season. So to get you started if you look at the relationships in the revised Relationship Diagram you will see that I have removed all of your current relationships. I then...
  5. mike60smart

    Make a query of Balance/Outstanding Amount Display only

    Hi I believe you need to have Data Input Forms so that you can relate 1 Customer to 1 or More Loan Amounts and also a related Form to allow you to enter payments made. Doing your process just by entering data in two tables creates errors. The attached screenshot is what I believe your...
  6. mike60smart

    Solved Is there a way to add multiple detail tabs to one report?

    Can you upload a zipped copy of the database so we can see your tables structures?
  7. mike60smart

    Solved Continuous Sub-Form

    Can you post a screenshot of your Relationships Diagram?
  8. mike60smart

    running total using sum does not work

    You need a field named StartHours then in the query you would use [NewHours]-[StartHours]
  9. mike60smart

    Filtering on a crosstab queried subform

    This will depend on how your relationships are setup Normally as CJ suggested you would have the LinkMaster & LinkChild Fields set to the PK on the Main Form and the related Child FK on the subform
  10. mike60smart

    Filtering on a crosstab queried subform

    In the Linked Field in the Query put a Form Reference to the Main Form PK in the Criteria Row [Forms]![NameofMainForm]![NameofSubform].[Form]![NameOfPKControl]
  11. mike60smart

    Make a query of Balance/Outstanding Amount Display only

    Hi Can you give us an example of what you are expecting to see
  12. mike60smart

    Solved Dlookup Or SetValue not working

    Here are your Forms reworked
  13. mike60smart

    Require Balance/ Outstanding Ledger Report in my db

    Hi I have given you the Relationship Diagram so you can now create the tables based on this Diagram. Once you have the tables created you then need to create Forms based on the Diagram.
  14. mike60smart

    Require Balance/ Outstanding Ledger Report in my db

    Hi You need to create tables as shown in the Relationship Diagram attached. This would then allow you to create a Main Form as shown in the attached screenshot based on tblCustomers, with a Subform based on tblCustomersAccounts. then another subform based on tblAccounts
  15. mike60smart

    Solved Dlookup Or SetValue not working

    Hardip You currently have an AfterUpdate Event on the Product Combobox which says:- [GGRC Price] = ProgramName.Column(2) Note the combobox would normally by named cboProduct and not ProductName. To get the Unit you just need to add "Unit" to the Combobox Row Source and then add the following...
  16. mike60smart

    Solved Dlookup Or SetValue not working

    Hi If you are going to upload your database then you need to include all of the Forms that relate to your tables.
  17. mike60smart

    Need Help with Form

    It would be easier if you can upload a copy of the database with a few random records.
  18. mike60smart

    Solved Synchronzing Two Sub Forms to each other within a parent form

    Hi John Your Form should be linked as shown in the attached.
  19. mike60smart

    Solved Synchronzing Two Sub Forms to each other within a parent form

    Are the Competencies supposed to be related to the Versatility Subject? I should have asked "Does each Versatility Subject have 1 or More Competencies?"
  20. mike60smart

    Solved Can a report and form be bound to same query and view different results?

    You should not be embarrassed because at least you have made an attempt at creating the database as well as you knew how. We are only interested in seeing the whole picture and hopefully help you if necessary, to change for the better.
Back
Top Bottom