Search results

  1. C

    Auto-Tabbing

    I am trying to setup 3 text boxes to autotab once the required input has been put in. I have in the table assigned each field the max number that can be inputted, which is 3, 4 and 5. Now when inputting it stops and you have to manually tab to get it to move over which is fine and good...but...
  2. C

    Insanely Simple...just not for me

    resolved. If anyone wants to know how to resolve this if they come across an issue like this. I will share my code with you. This code is using a command button to generate a report from an option box. Private Sub generatereport_Click() If Frame45.Value = 1 Then DoCmd.OpenReport "Daily...
  3. C

    Need help with Dates

    I am needing to do the same thing pretty much, and any help would be greatly appreciated. I have a form with a view all and view by date (coupled with two text boxes to insert the desired dates) - I have the VB script already setup for the command button to differentiate between the two...
  4. C

    Insanely Simple...just not for me

    I am right with you, I have everything pretty much setup, except it just doesnt know how to look for the data because I can not figure out how to work the query to tell it where the data is coming from... queries for some reason are my bane with this program.
  5. C

    Insanely Simple...just not for me

    I am going to revise this and see if maybe that is why I am not getting responses. I have a Form setup with an option group, for a View All and View By Date (which has 2 text boxes for the dates to be entered) and a command button that will generate the report (the VB script is already written...
  6. C

    Database Updates

    Yeah, Ive gotten this taken care of. We have a backend/frontend version now, with a seperate database that directs to the current version. So I am fully automated now, just took a lot of reading and looking at various code we have in our office. Complete with a .msi installer to help the...
  7. C

    Access Version Upgrade

    the only pro I know of with access2003 is the backwards compatibility with access97... course Im a newb and I am still learning.
  8. C

    "unlocking" my DB

    no prob, I had no clue how to do it till a co-worker sent me a dbase to help me figure out how to make these things auto-update, and he mentioned that. Glad it worked.
  9. C

    "unlocking" my DB

    I am not sure if this will work, but try opening the database by holding shift and double clicking it, should bypass the startup procedure and allow you to see your stuff... hope this works for you
  10. C

    Database Updates

    Back at you guys with hopefully one more question (btw the command button code worked perfectly thanks) Another thing my database has to be setup for is updates, Roughly 30 people will be using this database and to have them re-copy and paste the new database releases is out of the questions...
  11. C

    Command Buttons

    Thanks guys, I will give this all a shot on Monday. Appreciate the responses and I am glad I found this place.
  12. C

    Command Buttons

    I am a newbie at Access and I am currently learning it for my job...I have a database going and I am wanting to do two things and I can not figure it out for the life of me. Little background, the database I made is a continuous form. I am wanting a command button that when pushed will put it...
Back
Top Bottom