hi everyone.. i have aquestion, how i want to add/minus data in certain field in my database(access). acctually the data is in number. can someone help me.. areon25
hi everyone.. i have aquestion, how i want to add/minus data in certain field in my database(access). acctually the data is in number. can someone help me.. areon25
hi hafiz, just use the recordset object to open the database table and open the required record using proper query in the recordset. then you can modify the values in records set and update it using the recordset object. hope this works. Nitin...