Hey guys.
I need to be able to update a record when i click a command button.
I've figured the best way to do this is with the use of an update query.
How would i go about this?
Perhaps set a control such as Dim ADOUpdate As ADODB.Command, set the ActiveConnection to the current connection, the CommandText would clearly be the sql i want to run, and the CommandType is text.
I cant figure out how to do it. Any ideas?
I need to be able to update a record when i click a command button.
I've figured the best way to do this is with the use of an update query.
How would i go about this?
Perhaps set a control such as Dim ADOUpdate As ADODB.Command, set the ActiveConnection to the current connection, the CommandText would clearly be the sql i want to run, and the CommandType is text.
I cant figure out how to do it. Any ideas?
