Search results

  1. T

    50/50 Chance of Working

    Nevermind. I was including labels in the ctl.
  2. T

    50/50 Chance of Working

    I've noticed that the following code is problematic. Sometimes it works and sometimes it produces the "object doesn't support this property or method" error. Does anyone know why this would be? dim ctl as control For Each ctl In Me.Controls If ctl.Tag = "clear" Then ctl.Value = Null Next
  3. T

    Conundrum

    Great idea. So simple. Perfect. Thank you!!
  4. T

    Conundrum

    I have code that exports an Access report to a pdf on our network. The pdf is called MyFile.pdf. If the user goes back into the interface and changes some data, and then re-exports the report, I want to keep the original report and export the modified report with a modified name such as...
  5. T

    White Space in Reports

    Sorry about that. You are correct. @DHookom - Thank you!
  6. T

    White Space in Reports

    @theDBguy & @June7 - Fascinating. I've developed many Access reports over many years and I never had to do that before. But it worked. Thanks!
  7. T

    White Space in Reports

    I have a main report which consists of 3 subreports. The top (main) report and the bottom subreport are fine. But the 2 in the middle just consist of white space if no data is present. I've already: Placed "Cancel = True" on the On No Data events Checked "Can Shrink = true" in every aspect of...
  8. T

    Disable Shift Key Bypass

    I definitely wouldn't use Word. However, it may have been in the original internet post. I'm using WIndows 11.
  9. T

    Disable Shift Key Bypass

    @cheekybuddha - Congratulations to you for having Superman eyes! I changed the quotes and now all is working as it should. Thank you.
  10. T

    Disable Shift Key Bypass

    @cheekybuddha - I copied it into Notepad before pasting. Amazing that you caught that. I'm going to change those, test it and post back. Thanks!
  11. T

    Disable Shift Key Bypass

    @isladogs - I tried it this morning with fresh eyes and it works perfectly. Thank you very much for this! I really appreciate your help. Exactly what I wanted to do.
  12. T

    Disable Shift Key Bypass

    I unblocked the app. I saved to a trusted location. I'm not getting any error messages so I don't think there are any broken references. The version info is below:
  13. T

    Disable Shift Key Bypass

    @isladogs - I created myself as a new user but the login button is disabled so after I create my password I'm stuck. What am I doing wrong?
  14. T

    Disable Shift Key Bypass

    @GPGeorge - I appreciate the time you've taken on this. We're not communicating effectively and it certainly may be my fault. I'm not trying to protect anything in my application. That would be a completely different conversation. My problem is far simpler than your analogy suggests. I simply...
  15. T

    Disable Shift Key Bypass

    Your assumption is correct. That is exactly what I'm trying to do. I just want to encrypt the password table. I've been looking for a way to accomplish that. Many people in this post have directed me to helpful examples but unfortunately none of them, so far, seem to work. I have the .NET...
  16. T

    Disable Shift Key Bypass

    The What: User Passwords The Who: Anyone The How: Looking at them in a table I'm just trying to encrypt the passwords so that they don't appear in plain text.
  17. T

    Disable Shift Key Bypass

    In what context would it be acceptable for anyone to see users' passwords?
  18. T

    Disable Shift Key Bypass

    I verified that I do have the .NET Framework 3.5 control and the two Windows Communication Foundation sub controls selected and installed. According to the articles I've read this was supposed to solve my problem. No luck though. Thank you everyone for your input. I really appreciate it. If I...
  19. T

    Disable Shift Key Bypass

    @GPGeorge: The "degree of security required" is always the same when it comes to passwords. It can only differ when it concerns other data. @isladogs - I'm not sure what .NET framework I'm working with. I'm trying to find that out now. But DBGuy's function gives me an Object Required error...
  20. T

    Disable Shift Key Bypass

    see attached document I found on an AI website
Back
Top Bottom