Search results

  1. mike60smart

    Solved How to filter a specific column in MS Access Query

    Can you upload the Db
  2. mike60smart

    Solved Combining IIf Statements

    Sorry but all you have done is put my suggested line of code in the onclick event of SaveSalaryBtn What 1 wanted was a screenshot of the Macro that is on the Recalculate Taxes Button.
  3. mike60smart

    Solved Combining IIf Statements

    Can you post a screenshot of the Code you have on the On Click event of the Recalculate Taxes Button.
  4. mike60smart

    Solved Combining IIf Statements

    I would convert the Forms Macro to Visual Basic Then enter the following as the last line:- [Forms]![frmPayroll]![frmCDPayrollrecommSub].[Form].Requery
  5. mike60smart

    Solved Combining IIf Statements

    Sounds like you need to requery the Form
  6. mike60smart

    Solved Combining IIf Statements

    Hi June With my limited knowledge of VBA is the modified Module enclosed correct? Function ReturnData(lngMaritalStatus As Variant, dblBasicSalary As Variant, dblLower As Variant, dblExemptionCredit As Variant, dblAmountfromColumnA As Variant) As Double If Len("" & lngMaritalStatus) = 0 Or...
  7. mike60smart

    Solved Why Sub form doesn't populate

    I get the same outcome as Gasman
  8. mike60smart

    Order entry and tracking system

    Hi Alex Can you upload a copy of your current Excel file so we can see what your current requirements are?
  9. mike60smart

    Can't fill in a subform

    Not having worked with Sharepoint I have no idea.
  10. mike60smart

    Can't fill in a subform

    Hi Sorry to say but just fixing that 1 issue would not fix all of the problems in your database. You have spaces in names, you are using Lookup fields in tables as well as hard coded Lookup lists. Upload your fixed database and let us point you in the right direction.
  11. mike60smart

    Can't fill in a subform

    Hi Your main problem is that your tblCandidates has a PK set as a Number Data Type when it should be an Autonumber. Your Main Form CandidateDetails is based on both the Candidates and Submissions table. The Main Form should be based only on tblCandidates. In your current Subform based on...
  12. mike60smart

    Combo Box Search Issue

    Hi Tested the file after downloading and it does not work. You need to recreate the Form as it must be corrupted.
  13. mike60smart

    Can't fill in a subform

    Can you upload a zipped copy of he database?
  14. mike60smart

    Database structure

    Can you upload a copy of what you have created so far?
  15. mike60smart

    Combo Box Search Issue

    It works just fine for me. In the attached I redid all of the Combobox's and everything works as it should
  16. mike60smart

    Combo Box Search Issue

    I replaced your Sex Combobox with a standard Combobox When you Tab into the Sex Control and type the first Letter of the required Sex it autopopulates. All very normal. Why go down the route of lots of VB ?
  17. mike60smart

    Combo Box Search Issue

    Hi Normally every table would have an Autonumber Primary Key. If you need to enter a Unique Patient Number, then this would be a field in your Patient Table. As for the search Code, which Combobox Control are you trying to search on ?
  18. mike60smart

    Combo Box Search Issue

    On your FNewPatient Form where is the Search Code located?
  19. mike60smart

    Combo Box Search Issue

    Why are your PK and all your related FK's set as text Data Types?
Back
Top Bottom