Search:

Type: Posts; User: Jerielsky

Search: Search took 0.03 seconds.

  1. Replies
    5
    Views
    837

    Re: RS.Delete Error

    The Delete code is this:


    On Error GoTo errorline
    If vbYes = MsgBox("Are you sure you want to delete this record?", vbYesNo + vbQuestion) Then


    patientListRS.Delete 'If trace the...
  2. Replies
    5
    Views
    837

    Re: RS.Delete Error

    Can you site an example on this?
    This are the tables that I have:
    BOOK
    PK - BookNo

    PAGE
    PK - PageNo

    PATIENT
    PK - PatientNo
  3. Replies
    5
    Views
    837

    RS.Delete Error

    Hi, im encountering an error "Insufficient key column information for updating or refreshing" once that I try deleting a record. What could be the reason of this error?
  4. Replies
    1
    Views
    15,793

    INSERT INTO with MS ACCESS and VB6.0

    Hi everyone.. :wave:,

    I'm trying to create a simple Patient Information System and I have no idea on how to Add a new patient record in the database.
    I know how to add a record using RS.AddNew...
  5. [RESOLVED] Filtering Search - vb6 & msacess

    Hi.. I'm trying to develop a library system and i'm having a problem in filtering a search for a certain string, for example "databases".. could anyone show me a code snippet/or any pointers on how...
  6. Replies
    5
    Views
    740

    Re: Textbox Restriction

    ok.. im just actually new in forums.. it's just that i can't understand others code..
  7. Replies
    5
    Views
    740

    Textbox Restriction

    Hi..can anyone help me in restricting characters or numbers in a textbox? ahm... can anyone share a simpler code for this? thanks.. :)
Results 1 to 7 of 7



Click Here to Expand Forum to Full Width