Search results

  1. J

    Sizing Access

    How can you size access when it opens. I have to front-ends. One that I would like to max when Access opens. The other is a small version and I would only like Access to be as large as the main form. Thank you for your helo
  2. J

    Network Login to Textbox

    I would like to know how you could get the users logon ID form the computer/network in to a textbox on the main form. You may be asking why? Well, when you login to the database the user names and the same as the user name for the network. My boss would like to make it easier to login (Not like...
  3. J

    Link Table Path

    I have a split database and have a two-part question about updating the linked tables. First, I would like to make it so if the front-end loads and the backend database path has changed, it will open a msgbox where you can type the new path for all the tables (linked). Second, I would to make...
  4. J

    Change the Shift Key

    I was hoping someone would know how to change the shift key bypass, when you start a database to a diffirent key or set of keys. Let me know, Thank you, Jeremy C.
  5. J

    Check for yes/no

    My coding skills are very low and need help with a piece of code. What the set up is: I have 3 database, one with all the data (backend), one is for the users, and one is your the office. I have to keep the users and office form in diffrent databases. What I'm looking for: When they login to...
  6. J

    Info from Table A to Table B

    I do not know how to do this. I hope some one can help me. In Table A, I have a ID feild, Name feild, and some other feilds. When a new record is added in Table A (via a form), I want the ID and Name feilds to be added to Table B also. Thank you are your help, Jeremy C.
  7. J

    Mass Change from Form

    Is there away to change a feild for a group of people form a form. So the Table would look like this. Name | Group | Status --------------------------------------- Tim Smith | Youth | Out Jake Smith | Youth | In Nick Smith | Adult | Out But after you...
  8. J

    On Open Change Field

    I'm ok with access but I need to do something that is above my level. I'm not sure if it can be done with a ON OPEN, a MACRO, or in CODE. I'm hoping some one can help me. This is what I need ..... When form A opens I need it to change a combo box from C (curent data) to D (new data). Can some...
Back
Top Bottom