Search results

  1. C

    Disable system error messages

    Is there a way to disable the automatic error messages that occur when a user: 1. enters a letter in a number field 2. enters a date in the wrong format (should be MM/DD/YY and they enter MM//DD/YY, etc.) 3. clicks on a button that will open a hyperlink (Currently a message pops up to make sure...
  2. C

    Accessing Lotus Notes Database

    Hi all! I'm currently trying to provide my users a connection to a Lotus Notes database after they click on a button. I have searched the forum and there is a lot of information concerning the mail file, but nothing about a separate database. The name of the database I'm trying to connect to...
  3. C

    Display msgbox if required field is blank

    On my form, I have a combo box for a required field. Once the user populates the data they click a button which, if the required field is populated, will open another form. If the required field is not populated, I do not want to open the other form but instead want a msgbox to appear. Below...
  4. C

    Code updates combo box but doesn't update linked subform

    I have two forms (FormA, FormB) with combo boxes (cboA, cboB) that control the record being shown in the subforms (SubformA, SubformB). I have written the following code and attached it to the "AfterUpdate" function on the combo boxes and it updates the subform perfectly. Private Sub...
  5. C

    Function from FormA sets combo box value on FormB but does not update SubformB

    I have two forms (FormA, FormB) with combo boxes (cboA, cboB) that control the record being shown in the subforms (SubformA, SubformB). I have written code and attached it to the "AfterUpdate" function on the combo boxes and this works perfectly. Here's my problem.... I have a button on FormA...
Back
Top Bottom