Search results

  1. F

    Message Box with Number

    Hi there, I want to have a message box that says: intReqNumber = X Msgbox "The request has been updated. Request Number "X" I am able to use: MsgBox ("CStr(intReqNumber)"), where intReqNumber = X just fine. It displays the value, but I want to be able to have the text in there first...
  2. F

    Having users change the Font Size of a Form

    There probably is. The only thing is that some of the users have learning disabilities so I'm trying to make it as easy as possible for them.
  3. F

    Having users change the Font Size of a Form

    Hi there, I have a database I'm creating and some of the users maybe vision impaired. I would to be able to have the user choose the font size of the form controls by clicking a command button and then choosing the size, then ok and have all the controls on the form adjust accordingly. Pretty...
  4. F

    Security with Database on a Server

    ghudson, Thanks for your help. I followed that security article to a T and it worked perfectly. For some reason I thought you could secure the database without using the Wizard and I believe that's where my problem was. Anyway, thanks a ton. Take it easy, Full Williams
  5. F

    Security with Database on a Server

    ghudson, I'm going down to the site where the db is early next week so I'll rename the System.mdw file then and see how it goes. Thanks again for your help.
  6. F

    Security with Database on a Server

    Oh boy, my security file is named "System.mdw" and is on the network. Does it matter that I saved it to the network? Since I created and save the new "System.mdw" on the server am I ok as far as corrupting the users ""System.mdw"? I have a feeling I really screwed things up here. If not, can...
  7. F

    Security with Database on a Server

    Thanks ghudson, I have the path down correctly and thanks for the advice on not joining the users computer to the workgroup file. What about the non-users that have access to the network drive that holds the database? They aren't set up in the System.mdw file, but are still able to access the...
  8. F

    Security with Database on a Server

    Hi there, I have a security question and any help would be greatly appreciated for I think I might be missing something major here and it's killing me. I've set up a workgroup information file that's on the server, the database is on the server as well. On one users computer I've created a...
Back
Top Bottom