FuzMic
DataBase Tinker
- Local time
- Tomorrow, 02:54
- Joined
- Sep 13, 2006
- Messages
- 744
Hi members
Looking at the number of ways to update a field in a table; I had use the following 3 ways:
1. If there is a form opened bounded to the underlying table, i just assign a new value to the field, then on Form.Update, the change is reflected in the table.
2. I could .execute an Update query string wherein a particular record from a table is selected with a criteria and then update the target field.
3. I could .open an ODBC.recordset selecting again that particular record from a table using a criteria and then assign the !field and do .update.
The question: Is there another method to do the same, some sort of function like the Aggregate functions DSum, etc.
Cheers!
Looking at the number of ways to update a field in a table; I had use the following 3 ways:
1. If there is a form opened bounded to the underlying table, i just assign a new value to the field, then on Form.Update, the change is reflected in the table.
2. I could .execute an Update query string wherein a particular record from a table is selected with a criteria and then update the target field.
3. I could .open an ODBC.recordset selecting again that particular record from a table using a criteria and then assign the !field and do .update.
The question: Is there another method to do the same, some sort of function like the Aggregate functions DSum, etc.
Cheers!