Search results

  1. K

    Slow Performance

    Yes, we are all using the same anti virus software since we are in the same company
  2. K

    Slow Performance

    Ken, I have closed all the fe and went to see the person who was having the problem and she was still having the same issue. We are all in the same buildig and using the same network. I am not sure how to check if every one has a build xp, office. Any help will be great. thanks
  3. K

    Slow Performance

    I have created and database and split the database into FE and BE. I have saved the BE somewhere on the network and sent the FE to all users. The problem is that i and couple other people are able to open the form and use it but some users are not able to open the form right away; they say it...
  4. K

    Audit Trail

    I am not sure if you are really looking at my code but it is there: Case acTextBox, acComboBox, acListBox, acOptionGroup, acCheckBox The problem is that when i make changes to both "Comment Box" and check one of the check boxes; it captures only one of the changes and not both of them. I want...
  5. K

    Audit Trail

    Thanks man, it is working now. But i have another problem.. why it is not capturing when i make changes in both the "Comments field" and the "Check box". For instance if i write something on the comment field and check or un check one of the check boxes; it only records one of them and i want...
  6. K

    Audit Trail

    Can any one help me here?
  7. K

    Audit Trail

    Thanks for your quick feed back but i am wondering why i am getting the error and i thought we can change names of table or forms as long as we reference them correctly.
  8. K

    Audit Trail

    Thanks for your tip but how can i fix this problem? Can you tell me what to do because i have spent a lot of time on this and could not figure out.
  9. K

    Audit Trail

    Hi, My Audit Trail is not working for some reason; i am getting error 2465 when i make any changes to the records. I want Access to record any changes that happens only in the MainPageDetail form and i want to show the history of these changes in the Audit Trail tab which is located under the...
  10. K

    My Audit Trail is not working

    Hi, My Audit Trail is not working for some reason and i have tried my best to ping point the problem but failed many times and now i seek your help. I want Access to record any changes that happens only in the MainPageDetail form and i want to show the history of these changes in the Audit...
  11. K

    Spash Screen that Zooms out

    Hi There, I have created a splash screen called splash in the form section. This is how my splash screen is working, at first it shows you small letters and the letters gets bigger and after couple of seconds i have some image and the image starts small and gradually gets bigger and bigger but...
  12. K

    Top 5 products per customer

    Thanks. it worked
  13. K

    Top 5 products per customer

    The query is not working after i put this in the criteria: In (select top 5 [Detail].[SumOfAnnualNonContractSpend] from [Detail] where [LOB].[Line of Business] = [Detail].[Line of Business] Order by [SumOfAnnualNonContractSpend]Desc) did you test it and see if it is working? I am getting error...
  14. K

    Top 5 products per customer

    Hi There, I have created this query and i want to return the top 5 suppliers per LOB. It is returning something but it is not the top 5. I want to limit only to return the top 5. Pls. help and thanks. See attached file.
  15. K

    Linking textbox to a option group

    Yes, it did work. Thanks.
  16. K

    Combo Box and Option Group

    Hi, I have this form called LOB Selection Tab. I want the user to go to this form and choose from the drop down box any selection he/she wants and then select one of the group options below like: add to existing contract Category unvialble and etc..... So i want a macro or vba code that pulls...
  17. K

    Linking textbox to a option group

    Hi, I have this form called LOB Selection Tab. I want the user to go to this form and choose from the drop down box any selection he/she wants and then select one of the group options below like: add to existing contract Category unvialble and etc..... So i want a macro or vba code that pulls...
  18. K

    How to share Access

    I have created database and i would like to share it with multiple users and also i want them to make changes and update it as they go. My questions is: how do i do that? Can this be done? Can several users be on the database at the sametime and make changes? Pls. help..and also if you can...
  19. K

    Label on the Pie Chart

    Can anyone help me here? Thanks.
  20. K

    Label on the Pie Chart

    Hi There, I need help here; is there a way to write the lables inside the pie chart instead of having the lebels as la egend on the right side i would like to show the lebels on the chart itself. See attached file for more details. Thanks.
Back
Top Bottom