Search results

  1. mike60smart

    I'm sure there is a simple solution asset tracking MY NEW PROJECT.

    Have you an example in Excel of 1 Piece of machinery with all associated Parts?
  2. mike60smart

    Entering text into a table via a query

    Hi Are you able to upload a screenshot of your table relationships?
  3. mike60smart

    Entering text into a table via a query

    Can you upload a copy of the database with no confidential data?
  4. mike60smart

    Entering text into a table via a query

    This just confirms that your table structure is all wrong.
  5. mike60smart

    Entering text into a table via a query

    Hi Bob Well Gasman gave you the solution as to how you can achieve this. All I am trying to do is point out that the structure of the Subform is wrong.
  6. mike60smart

    Entering text into a table via a query

    Hi Gasman Yes "Paid" would also be included but difficult to determine as we have no idea of the actual table structure.
  7. mike60smart

    Entering text into a table via a query

    So the Subform for entering Invoice Number information must be based on a query based on Multiple Tables. The Subform has Multiple Redundant Controls because all you actually need to enter in the Subform is the "Date", "Invoice Number" & "Amount"
  8. mike60smart

    Entering text into a table via a query

    Can you upload a screenshot of your Form in Design View?
  9. mike60smart

    Entering text into a table via a query

    So each of the Controls are Unbound and you have specific VBA Events for specific Controls.
  10. mike60smart

    Entering text into a table via a query

    Why have you got the label "Enter" alongside each of your Controls?
  11. mike60smart

    Entering text into a table via a query

    Hi Bob Are you able yo upload a copy of your database?
  12. mike60smart

    SUBFORM CONTROLS

    In your tables what data type are the fields "Connector ID" and "Pin ID"?
  13. mike60smart

    Solved New detail records being added despite disabled button in master form

    OK Don't know if the following would help, would changing this line of Code:- If Me.cboCustomerStatusID = 1 Then 'Normal Status to If Me.cboCustomerStatusID.Column(0) = 1 Then 'Normal Status
  14. mike60smart

    Solved New detail records being added despite disabled button in master form

    Are you able to upload a copy of the database with no Confidential data?
  15. mike60smart

    Solved Afterupdate with no update.

    Hi John Can you upload the database?
  16. mike60smart

    Data model for recruitment database with reserve list

    Hi John Have you tried changing the form layout to Candidate - Vacancies?
  17. mike60smart

    Data model for recruitment database with reserve list

    Would it not be easier to have your Main Form based on Candidate_tbl with the subform based on vacancyCandidate_tble?
  18. mike60smart

    Data model for recruitment database with reserve list

    Sorry John but you would never allow duplicate records in Candidates_Tbl
  19. mike60smart

    Data model for recruitment database with reserve list

    John I would suggest that you add the Application date & Determination date to the Subform.
  20. mike60smart

    Table fields

    Can you upload a copy of the database?
Back
Top Bottom