Search results

  1. G

    Code for a Form to add new record on open instead of relying on using a cmd button?

    Hi there, Does anybody know how I would set a form to create a new record when it is opened aswell as having a cmd button to add new record. I have a database used by several people with a differing knowledge of Access DBs. I have noticed that some people are overwriting data by typing over...
  2. G

    Code for Cmd button to select tab page on form?

    It's Alive!! Thanks Guys! I had a similar bit of code interfering with it on exit! It wouldn't content with both. Regards, G :D
  3. G

    Code for Cmd button to select tab page on form?

    Won't go back to the same tab page I have tried this piece of code which works to an extent. The only problem is that it doesn't always take you back to the same page, It seems to take you to any page you have not yet tabbed through in the form? Is there a way of making the command button...
  4. G

    Code for Cmd button to select tab page on form?

    Thanks, Looks good! How would I use this to set the focus for a specific tab and make sure the click button would take me there?
  5. G

    Code for Cmd button to select tab page on form?

    HI there, I am still new to VBA and need some help. I need to write some code which allows me to use a cmd button (using on Click) to select a tab page from a single form? I have already got some code which allows the user to tab through each field and through each tab page on this single...
  6. G

    VBA to populate fileds with vaules when using the on-click func for a toggle button?

    Hi there, I'm brand new to this so be gentle :( , - I'v been using Access for a short time now and have been shown VBA briefly! - I have a db in which I'd like to try something but I don't know where to start? What i'd like to do is use the on-click func for a toggle button to create defualt...
Back
Top Bottom