Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. bigdrewecu

    Programming read only

    still won't work
  2. bigdrewecu

    Programming read only

    defined it in a module and i fixed the asigning value.....but for some reason it evaulates to case else which would be where it is just read only
  3. bigdrewecu

    Programming read only

    Private Sub cmdOk_Click() Dim count As Integer If txtUsername = "businessmanager" Then If txtpswd = "vddgna" Then strUserName = txtUsername Form_Startup.Visible = False Form_Switchboard.Visible = True Else...
  4. bigdrewecu

    Programming read only

    ok well i defined it as a string and im pulling it from a textbox off a form that the user will enter in
  5. bigdrewecu

    Programming read only

    ok i have it to where a form starts and the user enters a password which works fine however depending on the user i want to make certain forms read only and others dataentry. i figured if i coded the first form to store the users name in a global variable and then do an if statement on the form...
  6. bigdrewecu

    Workgroup file

    ok i did the security wizard for ms access and it works on my computer however when it is on the network folder i can still access it but the other computer can not. Any ideas? and i'm trying to package the security workgroup file with the database and deploy it will this work on another computer?
  7. bigdrewecu

    Programming to make the db a read only

    i was wondering if there was anyway that i can make a database in access read only to one user when they enter in a user name programmatically. The reason being is that the database is not on a server but is emailed out to 3 people thus very small.
  8. bigdrewecu

    MS Access security

    Ok i plan on developing a security workgroupfile for my project that i have created.....I was wondering if i would need to incorporate this file with the database when i zip it and send it to maybe 3 other people via email this way no other person can access thie file.
  9. bigdrewecu

    Calculating a number everytime u click add record

    the table involved would be simple address info with a primary key which was generated from the old database that i converted from paradox.....the numbers run from 10004 to 13261 and i just need it to so that when the click add new record it increments the primary key by one ie the next record...
  10. bigdrewecu

    Calculating a number everytime u click add record

    only one user will be doing data entry on the form
  11. bigdrewecu

    Calculating a number everytime u click add record

    ok i need a way to to calculate a primary key value everytime you add a record starting from 13261. The reason being is that that is the last number in the database for primary keys and it was originally not an autonumber field. So far i think i have to do it on form level in the add record...
  12. bigdrewecu

    Calculation in report

    Ok i have 6 columns to where people can enter data for judges ie judge1 is jane doe judge2 is jim doe judge 3 is drew smith etc etc. I need a way to count the number of people in the record. I figured what i could do is do a loop and counter for the report open event but no such luck. Anyone...
  13. bigdrewecu

    Copying multiple items to clipboard

    see the thing is that would work but it throws in alot of unecessary information that i dont need to copy to the clipboard. which all i need is mailing information
  14. bigdrewecu

    Copying multiple items to clipboard

    I was wondering if anyone had any ideas on copying multiple items such as first name ,last name, state, address that were in a text box on the form level to the clipboard.

Part and Inventory Search

Back
Top