Search results

  1. mike60smart

    Count(IIf( ...

    This is the data from your Excel file. Send us an example of what you expect to see. RowPartNumberNOTEGrade AA01READYa AA02NOT Readya AA03NOT Readya AA01NOT Readyc AA02READYc AA03READYc AA03READYb...
  2. mike60smart

    Automatically numbering the report

    I get the same error as Gasman
  3. mike60smart

    Count(IIf( ...

    Hi Is the attached screenshot what you are after?
  4. mike60smart

    When I select a value from the Section field, it should automatically combine with the corresponding values.

    You have a table named "nn" with no PK but lists all of the values you need to concatenate. Which Form has the Combobox where you want to select a "Section" ??
  5. mike60smart

    Display text in calculated query field based on multiple checkboxes

    Hi The following works but it is very rough.
  6. mike60smart

    Solved How to filter a specific column in MS Access Query

    Can you upload the Db
  7. 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.
  8. 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.
  9. 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
  10. mike60smart

    Solved Combining IIf Statements

    Sounds like you need to requery the Form
  11. 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...
  12. mike60smart

    Solved Why Sub form doesn't populate

    I get the same outcome as Gasman
  13. 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?
  14. mike60smart

    Can't fill in a subform

    Not having worked with Sharepoint I have no idea.
  15. 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.
  16. 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...
  17. 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.
  18. mike60smart

    Can't fill in a subform

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

    Database structure

    Can you upload a copy of what you have created so far?
Back
Top Bottom