Search results

  1. B

    Run Time error '94'

    i am getting the error on Private Sub ButtonName_Click()
  2. B

    Run Time error '94'

    Hi, Now i am getting a error of Compile Error: Block If without End If I don't know why i am getting this error. I have checked all the names of buttons and the text box. Please help me.
  3. B

    Run Time error '94'

    sorry to bother you again now i am getting an error saying "Compile Error Method or data member not found"
  4. B

    Run Time error '94'

    I have got a database for contact details. I currently have 54000 entries in excel. I have transferred this data into the database. Now for new entries I want a code which can pick up duplicate entries and display that particular record so i can check all the details are up to date. If that...
  5. B

    Run Time error '94'

    Could you please suggest a code then?
  6. B

    Run Time error '94'

    Then it should store it as a new record. But i tried adding a mobile number which is already in the system.
  7. B

    Run Time error '94'

    The code you have sent me works but it does not take me to the record where that data is stored. how can i do that?
  8. B

    Run Time error '94'

    the error is on: ClientID = DLookup("[Client_ID]", "tblClient", stLinkCriteria)
  9. B

    Run Time error '94'

    Hello, I have written a code for preventing data entry. But I am getting a "Run Time error '94': Invalid use of Null" The code I have written is: Private Sub Mobile_Phone_AfterUpdate() Dim NewMobile_Phone As String Dim stLinkCriteria As String Dim ClientID As Integer...
  10. B

    Hello, I'm Bavj

    Hello People, I'm Bav from India. I have recently started using MS Access for my company. I will need lots of help from all of you. So i am saying Thank you in advance. Bav
Back
Top Bottom