Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: bmj
  • Order by date
  1. bmj

    Please help me with this DataGrid dilemma!

    Double click on the datagrid. In the code entry page, go to the top right hand corner and select AfterColumnUpdate. Then enter the code you desire. This should do the trick.
  2. bmj

    Data Update Problem

    Here is part of the code from the OK Button on my "Clear Call" dialog box. The subs that I am calling are just performing routine math functions. I am no sure if I am using the Update correct. I keep getting errors if I try to specify a field. dlgClearCall.Hide Call LogSheet...
  3. bmj

    Data Update Problem

    I am using code to enter data into fields that are linked to an existing record in a database. The problem is that the record is not being updated ( at least I can't see that it is) until I exit out of the program and then go back into it. How can I update the record without exiting?? I have...
  4. bmj

    How do I show a "Yes/No" field as a Check Box in a DataGrid?

    I am using a datagrid linked to an Access database via an ADO control. The database has a field that is "Yes/No". I need the datagrid to show a checkbox in this field. Any Suggestions?
  5. bmj

    How do I find a single record or multiple records with ADO

    I am using an ADO control linked to a Data Link File. What is some correct code I can use to search for a string in a certain field in the database? Can I use the same code for finding multiple records if they exist?
  6. bmj

    visual basic 5 - Access 2000 - data control

    When you create a new database in access you can change it to an older format of access which can be read by VB. I believe this option is under the tools menu in access.

Part and Inventory Search

Back
Top