Search results

  1. I

    TCP connector for access

    I am trying to create a vb client and server to behave as an interface to access over TCP/IP using winsock. My motivation is to have the server produce full logs of access to the database mdb file, and to log all the SQL edit requests to allow for roll-back, and restore the db after corruption...
  2. I

    Visual Basic frontend configuration database access

    I would like to port my access application to having a visual basic frontend with Access at the back. My motivation is that I want to learn how to connect from Visual Basic to Access, and possibly one day SQL server. Its a lot out of my league, and I don't know where to start. I have Visual...
  3. I

    Disabling Highlight Drag in TextBox?

    Hi all, I have a form with textboxes whose data is automatically filled in when the form loads. I need to have the click-event on the textbox open to me so the user can select this text as an option, but I don't what any text in the box to highlight with the cursor when they -do- click on it...
  4. I

    Single Record Corruption in Table -can it be fixed?

    I have a puzzelling problem with a corrupt entry in a table. The table consists of 2500 records, and for some reason entry 2148 has spontaneously corrupted. I have no idea why this happened. I have tried replacing the corrupted fields in the table manually, but ACCESS keeps poping up "Invalid...
  5. I

    Linked Form Criteria

    I've got an interesting problem regarding form opening criteria. I have four forms (A,B,C,D) which are linked by "forward" and "proceed" buttons. From the stating form A, I can scan to any database entry using the navigation controls. When I find the one I want I can edit data and proceed to...
  6. I

    Beginner trying to set table values from VBA

    I have been looking through this forum trying to find out how to edit a table from a piece of form VBA. I get the feeling I have to use recordset, but I have no idea what recordset does. In brief, I store a list of numbers in a table text field: 13;12;32;114;542;2 this corresponding to a set of...
  7. I

    Passing form fields between subroutines

    Hi all, I'm trying to streamline what I can see as being repetitive code in a form. To get rid of the code repetition, I will need to pass textboxes as arguments between subroutines. So my problem is now this: How do I declare a textbox when I pass it between subroutines?
  8. I

    Form clearing Error

    I am new to Access2000 (5days) and have a problem with field clearing. I have looked through your postings throughout this time and have found them a great asset. I now have a problem I have not found a working solution for: I have a form field which checks via the BeforeUpdate code to see if a...
Top Bottom