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]...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.