F
FA
Is there a way to update a field value via VBA code. The following are
two fields in my query, i want to update one of the field's value.
rst!FINDG_NO rst!RSK_ID
PCL20060125-AT001 3
PCL20060125-AT003 2
PCL20060125-AT004 2
PCL20060125-AT002 1
rst!RSK_ID should be descending order and they are coming out fine. The
secondary sort is FINDG_NO asscending order but look at the values they
are not coming out in 001,002,003,004 order. I guess i will have to
update the values or change the values of FINDG_NO so that they come
out in order. They should come out like
PCL20060125-AT001 3
PCL20060125-AT002 2
PCL20060125-AT003 2
PCL20060125-AT004 1
In this example i switch 002 and 003. User do not have problem changing
these values as long as they come in ascending order. Remember,
rst!RSK_ID can not be changed.
If there is a way via VBA code to change or update rst!FINDG_NO, please
let me know.
thanks
Moe
two fields in my query, i want to update one of the field's value.
rst!FINDG_NO rst!RSK_ID
PCL20060125-AT001 3
PCL20060125-AT003 2
PCL20060125-AT004 2
PCL20060125-AT002 1
rst!RSK_ID should be descending order and they are coming out fine. The
secondary sort is FINDG_NO asscending order but look at the values they
are not coming out in 001,002,003,004 order. I guess i will have to
update the values or change the values of FINDG_NO so that they come
out in order. They should come out like
PCL20060125-AT001 3
PCL20060125-AT002 2
PCL20060125-AT003 2
PCL20060125-AT004 1
In this example i switch 002 and 003. User do not have problem changing
these values as long as they come in ascending order. Remember,
rst!RSK_ID can not be changed.
If there is a way via VBA code to change or update rst!FINDG_NO, please
let me know.
thanks
Moe