Search results

  1. D

    Validation Rule

    I have a text field that should only allow either numbers or the character "+" or the character "-". Eg valid entries are: 12345 97 + - Invalid entries are: +45 -67 12+ A87 I have tried this in the validation rule: Is Not Null And (Like "*[0-9]*" Or Like "+" Or Like "-") but it allows -67...
  2. D

    Preventing System Admins From Accessing Database

    Hi Listers, I have an SQL database which will be installed on a client’s server. Is there a simple way to prevent the client’s server system administrators from accessing the database (specifically changing security settings or accessing the stored procedures and functions) but still allow me...
  3. D

    Messagebox Shows Not Responding (But it is)

    I have a number of forms that call SQL Server procedures and then return a resulting recordset. I have a pop up form that explains to the user what is happening. If the process takes some time (and it may be only a few seconds) the heading in the pop up form shows "(Not Responding)" after my...
  4. D

    Solved Getting Color Theme Color Numbers

    I have a button that has it's Back Color property set to Accent 1. When it is clicked I would like the Back Color to be changed to Accent 2. How do I find out the value of the Accent 2 color so I can apply it to the button? I don't just want to find out and hardcode the current color number...
  5. D

    New Member Old Developer

    Hi All, I have been developing in Access since v1.0 and have been self employed all that time. I have developed mainly for middle size companies. I used to live in Wellington New Zealand but have recently moved to Adelaide, Australia to be with the kids and grandkids. Looking forward to...
Back
Top Bottom