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 had to apply the code to the OnCurrent event in order to get it to work alright. Thanks a bunch! So I have another question. I'm having trouble setting the caption of a label (lbltext). I want to set the caption of the label based off of a column (Message) from a tabel that I have set as a...
  3. 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...
  4. B

    Using a Form as a chat client

    Ok guys. First of all I would like to that everyone for their input and especially the help. So, I have this main for with a subform embedded within it. I have a send button that inputs the data from the text box onto a table where the records are saved. I used an API to get the user name from...
  5. B

    Hey all!

    Yeah.... WOOPS... Major typo! I don't know how that one got passed me! Thanks!
  6. B

    Using a Form as a chat client

    No, I didn't plan on using C#. I was just saying that I made a chat client in C# and was wondering if it was possible to acheive the same in Access. Your advice totally simplifies it for me. I guess I was making it a lot harder than it seems. So, I know I could use a text box to enter in text...
  7. B

    Using a Form as a chat client

    We deal with some high security jobs from time to time so I was just needing a client to use within the our private server.
  8. 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...
  9. 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