Search results

  1. B

    Summing two fields in a form & saving to a third

    Hi- I've written VBA code to sum two fields in my form and save the information down into a third field. My variable where i calculate the information is working correctly, but the text box i am trying to save the value to always shows zero. All three fields are set up as doubles in order to...
  2. B

    Trouble setting a value to a textbox with VBA in a form

    Problem solved. Seems Access didn't like this code in the OnClose event of the form. I moved it to the "AfterUpdate" event on the Type field and access handles it fine.
  3. B

    Trouble setting a value to a textbox with VBA in a form

    Hi- I've been working on creating a new form to track prospect & clients. I have very little experience in Access programming (basically learned everything from google searches & this site). I have a form to capture the creation of a prospect/client for our company. In this form there is a...
  4. B

    Long time lurker first time poster

    Hi- I've recently begun a project at my company to capture some Propect & Pipeline information which caused me to take my first foray into Microsoft Access form creation & programming. This site has been an incredible help for almost all of my issues to date. Now that I've hit my first snag...
Back
Top Bottom