Search results

  1. A

    Update / Refresh a Form Upon Entering Data in a Popup Box / Form

    I apologize if this has probably been asked countless times; however, in my search of this forum I could not find something that seemed to work for something so simple. ************************************************** Scenerio: I have 2 forms. The first form is my main form and the second...
  2. A

    Combo Box Value to Automatically Put Value From Different Variable into Text Field

    I have requested this before but the example given did not fit my situation and I had a heck of a time trying to adapt the example given to me so I will step by step describe what I need. thanks... Can someone show me how to do the following: 1) Take a combo box that looks up a table that...
  3. A

    Auto input the same variable from last record

    How does one have variables automatically appear if one is adding another record from a previous record. IE. My first record has ClientID and date. If I hit the add record button then how do I make it so the next record has the exact same ClientId and date? Thanks Eric
  4. A

    Auto Insert Field Info Based upon Combo box

    Someone once posted an database on how to do this but I was not able to see how they were able to automatically input the data into a text field. I know how to do a combo box to query and input those results into a combo box but I am confused how they got the information from the combo box...
  5. A

    Putting Info in one field if data is entered into another field

    How does one cause certain data to appear in another field based upon the data entered in another field. For example: I enter in the field the word "Carrot" in a field called food and the word "Orange" appears in the field color. And then if I enter the word "Beans" in the field food then the...
  6. A

    Record will not save

    Can't figure it out. Here is the code: Private Sub Button_OpenQuest_Click() On Error GoTo Err_Button_OpenQuest_Click DoCmd.DoMenuItem acFormBar, acRecordsMenu, acSaveRecord, , acMenuVer70 Dim stDocName As String Dim stLinkCriteria As String stDocName =...
  7. A

    Adding New Record with Table that has Duplicate Records

    My situation: I have a table with duplicate ids. When I have a forum popup another form, the forms are linked by ids. This works great except for one problem. There are duplicate ids. So if I pop up a form then it will go to the first record that that id exist. This is not good if you are...
Back
Top Bottom