Search results

  1. A

    Solved Text Box Color Changing Only At Debug But Not At OnLoad event code

    Hi, For some reason, I am calculating some %age in a text box using vba codes in form's OnLoad event. I have number of other text boxes with similar logical code to change the colors and the code is working. But when the calculated %age figure goes more than 100, the color effect does not...
  2. A

    Is It Possible to Appear Desired Text At Next Line In A Text Box In Report?

    Thanks a lot Arnel. Appreciate your usual support. Regards :)
  3. A

    Is It Possible to Appear Desired Text At Next Line In A Text Box In Report?

    Yes, I am trying create word template. I appreciate if you could upload sample. Thanks
  4. A

    Is It Possible to Appear Desired Text At Next Line In A Text Box In Report?

    Hi, For some specific reason I am displaying some context in a text box. But I need my text lines to appear in specific format Example: 1. Disclosing and Receiving Parties The party disclosing the information is commonly referred to as the “Disclosing Party” and the party receiving it is...
  5. A

    Solved Need Code To Place Combo Data Into Text Box One After Another

    Wonderful.... Thanks Arnel.... Appreciate your help...
  6. A

    Solved Need Code To Place Combo Data Into Text Box One After Another

    It produces like :) 1. fdsfds 1. fdsfds 1. jgfggdsf
  7. A

    Solved Need Code To Place Combo Data Into Text Box One After Another

    Thanks Arnel, I tried to further to add code to make a sequence numbers like 1)... 2).... before each data gets in to text box but it is wearied. I add one counter as follows Dim MyCounter As Integer MyCounter = MyCounter + 1 But after which line it has to set is confusing me.. I want the...
  8. A

    Solved Need Code To Place Combo Data Into Text Box One After Another

    Working good. How about if need one below one...I tried to modify your code removing ";" with vbcr but not worked.
  9. A

    Solved Need Code To Place Combo Data Into Text Box One After Another

    Looks ok but let me implement and I will let you know....Thanks Arnel for your help...
  10. A

    Solved Need Code To Place Combo Data Into Text Box One After Another

    Pat, basically the data which I need to store in a text box is an work requirement in detail actually. And as per client, we need to specifically mention work altogether in one box. Otherwize you are correct, we should prepare a table and add each item in it. Thanks for advice but is an requirement.
  11. A

    Solved Need Code To Place Combo Data Into Text Box One After Another

    I am looking for a tricky code to move data from a combo after update one by one and place into a text box keeping ; (semicolon) between new and previously transferred record in text box Example. Combo1 holding following values: Printer Pc Cartridge Monitor Keyboard Mouse When I select from...
  12. A

    Solved Restrict copying text box data in access vba

    Yes I re-installed Access and tried after full compilation and it worked. I tried copy to ****** and paste in word doc as test but could not. It means it is restricting. Thanks all of you gentlemen. Regards.....
  13. A

    Solved Restrict copying text box data in access vba

    Hi Arnel, Your sample db recently placed at : https://www.access-programmers.co.uk/forums/threads/real-asterisk-password-hider.319370/ is giving * output when enter ZERO (0) and press reveal btn. Rest of the characters are perfect. But I asked for something else that I explained in post #13...
  14. A

    Solved Restrict copying text box data in access vba

    My general users dont have access to the expense approval form. Only managers and Operations Manager have access to this expense form. The expense form has 2 fields at the end both are set to InputMask property to Password. So I just wanted to NO managers should copy Operations Manager...
  15. A

    Solved Restrict copying text box data in access vba

    my concern is when some authorities enters thier passwords in text box to approve something, (the textbox already set to InputMask property to Password ) can other user copy the **** password data by pressing cntrl C and paste some where or convert. THis is what I want to stop
  16. A

    Solved Restrict copying text box data in access vba

    Hi All, I would like to know if we can protect user copying password (*******) from a text box on form? Thanks in advance.... Ashfaque
  17. A

    Solved IIF statement with 3 conditions

    Brilliant..... Thanks a lot.
  18. A

    Solved IIF statement with 3 conditions

    Hi, I am trying to deal with 3 Conditions using IIF condition. Fields that I have CAccomByCo (Check) and CAccomAllw (Integer) Conditions : 1. If CAccomByCo unchecked And CAccomAllw = 0 Then The Result in Text191 should be 0 2. If CAccomByCo unchecked And CAccomAllw > 0 Then The Result in...
  19. A

    Is there any code that will close the db and same can be copeid samewhere?

    Thanks June7, This kind of code I have and working very well. This code is to use on open startup form that will check the newer version and will pick the newer version from a perticular folder. I need the code lines to copy the db to that particular folder once I modify the working db But...
  20. A

    Is there any code that will close the db and same can be copeid samewhere?

    Hi, I am looking for the code that will close the current db and copy the same db to a particular folder. Is there anything like? Regards, Ashfaque
Back
Top Bottom