Search results

  1. B

    Conversion error

    Hello, Its been a long time since i've been in this forum. I have a question about a conversion error i received not sure whats its about i'm converting from access 97 to 2000. i ran the access 2000 conversion utility and then the following appeared and the conversion error table Object Type...
  2. B

    Login form sample

    Can someone please send me a sample of their login form. It will ask for user ID and User nameand password and compare it against the table. then i would use the login name to put in the main form. I rather use my own security. Thank you very much Bseche@stark-stark.com
  3. B

    login form

    Does anybody have a login form that they setup for their database i can get. I don't really want to use microsoft user level security. instead i would like to create my own. What i would like to do is setup a field for login id. then they have to enter their login Name. then their password...
  4. B

    Login form and ID field in novell environment

    ( The reason I want it like that I want to stop people from using other user name to enter information, also be able to link their login info to the Main form). I have a program that 2 types of people are going to use. The regular users and the admin users. I’m not sure if I should Access 97...
  5. B

    Changing color in a field

    Is there a way to change color on a field based on another field. I have a field called [closed] once a user enter data i n that fiel i want it to go to another field called [color] and make it the color red. if the user go back and delete the data i want the color to go away. I tried working on...
  6. B

    if field blank

    I have a database that keeps tracks of files and if the files are old then we close them and send it to storage. I have a field in a database call [Box number] if box number is blank on existing record i want it to go to another field called [storage] and enter "not stored" i don't want this to...
  7. B

    user logon

    I'm new in user the security option in Access 97. i have about 100 users that needs to be able to login into this database. Can someone give me some pointers on how to get started. Or maybe a link that can help me. I did setup the access password. How is that different in database password. Why...
  8. B

    Changing color in a field

    Is there a way when a user enters a data in a field it will auto change the color to other fields. For example There's a field called "in storage" once the user enter a data in that field i want access to make the first name, last name and social security to be the color red. Thank you in advance
  9. B

    Disable subform if your not admin user

    I have a form with a subform. I want the subform to be only available to the admin users. It's kind of like Hidden the subform and then if it's admin make it available.
  10. B

    Moving record to another table

    I need help, I have a table that keeps track of the library books we have. I want the user to be able to click on a button to take the record and move it to another table ( They thinking they deleting it but they actually taking it out the main table and moving it to another table witch is only...
  11. B

    Moving record to another table

    I need help, I have a table that keeps track of the library books we have. I want the user to be able to click on a button to take the record and move it to another table ( They thinking they deleting it but they actually taking it out the main table and moving it to another table witch is only...
  12. B

    input text in a field automattically

    I want to write a code where it looks at a field called Box number if the box number field is blank then it will go to another field call Storage and enter " No box number for storage" Please help It should be something similar to if isnull then go to the field and enter the following text. I...
Back
Top Bottom