Search results

  1. B

    Requery a form when a new record is added

    I have a subform (continuous form) that requeries on a timer set to 1,800,000 (30 min) that way new record are will be shown I'd like to have the subform requery to show new records everytime a new record has been added. I can get the subform to requery with the AfterUpdate method, but once the...
  2. B

    SetFocus on last record of a subform

    I have a main form that I am using as a chat client and within the main form is a subform that I have set as a continuous form. The user would enter text into a textbox and then click send, then the message entered is saved onto a table that is shown on the subform. Eventually when enough...
  3. B

    Hey all!

    I am fairly new to Access VBA, with the only experience being from an elective in college. I didn't really get serious with VBA until a year ago when I started my job. I mainly code with C# or Java, so everything I know about Access has been pretty much been self taught. So bare with me for any...
  4. B

    Using a Form as a chat client

    At my job everyone uses Access. From upper management to your average floor worker. Some where along the way there always seems to be some sort of miscommunication within departments. So I was wondering if it were possible to create a form in Access and use it kind of like a chat client. I've...
Back
Top Bottom