Guest_imported
New member
- Jan 1, 1970
- 0
Hello,
I have a form that will automaticaly update a table(thanks to Maquis),now I have another problem.
Right now, the data from the form replaces the data in the first row. I need it to append the data to the table, or I need to have the value from the text box added to the number in the table where the activities are the same. I also have to call on a function on this number before it gets put in the table.
The form has one text box and one combo.
I'm trying to not use ADO(Don't know it) or DAO(won't work for me). Is something like this possible?
thanks
Kris
I have a form that will automaticaly update a table(thanks to Maquis),now I have another problem.
Right now, the data from the form replaces the data in the first row. I need it to append the data to the table, or I need to have the value from the text box added to the number in the table where the activities are the same. I also have to call on a function on this number before it gets put in the table.
The form has one text box and one combo.
I'm trying to not use ADO(Don't know it) or DAO(won't work for me). Is something like this possible?
thanks
Kris