I have the database test.mdb with a table named tabel
The table contains 2 fields: nume and prenume
I have created a data access page that has 2 textboxes: text0 and text1 and also a button: command0
what is the code that i need in the onclik event from ms script editor so that the values from text0 and text1 to be inserted into fields (nume and prenume)
sory for my bad english
The table contains 2 fields: nume and prenume
I have created a data access page that has 2 textboxes: text0 and text1 and also a button: command0
what is the code that i need in the onclik event from ms script editor so that the values from text0 and text1 to be inserted into fields (nume and prenume)
sory for my bad english
Comment