Search results

  1. W

    Code for using a command button to add an attachment

    Hello, I won't cross post this time. I'm trying to use a command button instead of having to double click on the attachment field to open the add attachment window. Is there a way to do this with a command button? I hope my question makes sense. I did a search of this forum and also google...
  2. W

    Syntax to populate a field in a subform based on another field in the same subform

    I am so sorry. I didn't understand exactly which site I was even on. I really appreciate all of your help! You have helped me. I did get it figured out with your help and sighing a prayer for help. I'll remember that for the future. I now understand what cross posting is. Thanks, Joel
  3. W

    Syntax to populate a field in a subform based on another field in the same subform

    I apologize that I've been unclear with my message. I can see that I did type different things in different messages. I'll try to write more clearly. Here is the code I have in the AfterUpdate event for accountid. Me.cboGLAccountID.RowSource = "SELECT accountID, accountname " & _ "From...
  4. W

    Filtering a combo box based on another combo box

    This is what I'm trying to do except that my comboboxes are on a subform. How do I do this? Thanks, Joel
  5. W

    Syntax to populate a field in a subform based on another field in the same subform

    I'm trying to do it from the subform. Both combobox controls are on the subform. I'm not very experienced so I maybe am not explaining this correctly. Sorry for any confustion. Thanks Joel
  6. W

    Syntax to populate a field in a subform based on another field in the same subform

    I should have been more specific. I have two comboboxes on a subform. Let's call the subform "subDetails" and the two comboboxes named "accountID" and "subaccountID" I want to populate the subsccountID field based on the selection from the AccountID combobox. Both comboboxes are on the subform...
  7. W

    Syntax to populate a field in a subform based on another field in the same subform

    Hello, What is the syntax for populating a field on a sub form based on another field on the same sub form? Thanks, Joel
  8. W

    Introduction

    Hello, My name is Joel and I'm a beginner in MS Access and MS Excel. I need help with programming syntax from time to time so I'd like to search this forum and ask questions if I can't find the answer. Thanks, Joel
Top Bottom