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 Chris Miller 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: *

  1. FreeJim

    Write in Access table with VBA

    Hello ! A little problem today... I have to write and read data in a recordset in a table. I have do this : Dim dbsDB As Database Dim rst1 As Recordset Set dbsDB = OpenDatabase("C:\Gestion_Remicom.mdb") Set rst1 = dbsDB.OpenRecordset("T_OBJ") Do Until rst1.[EOF]...
  2. FreeJim

    Write/Read data in a DB with VBA code

    Hello ! can anyone answer to this question please ? It is really urgent... and help is appreciated ! Thanks !
  3. FreeJim

    How to erase data in DB

    Thanks for the help ! It wasn't a promotion, I just register :)
  4. FreeJim

    How to erase data in DB

    Okay Stew, But how do you write it in the QBE ? I already try to do it, but unfortunately I can't. Can you help me ?
  5. FreeJim

    Write/Read data in a DB with VBA code

    Hello ! I've got a little problem, I have to read and write data, in a specifical field in my database, with VBA code. For example : I want to read the data in a record and put it into screen. Or write a record in the DB with anything appears in the screen, like à modifiable zone list, or a...
  6. FreeJim

    How to erase data in DB

    lot of thanks ! It really was that I need...
  7. FreeJim

    How to erase data in DB

    Hi, I actually have a problem, I really want to erase a data, but I don't know how to specify which data, and how to erase. For example, if I have a modifiable zone liste, and select a data, I want to click on a button to erase it. The data, will already be in the table in the DB. Does anyone...

Part and Inventory Search

Back
Top