C
Carlos Garcia via AccessMonster.com
Hello All,
I'd like to ask for some help in how to update a destination table based on
the source table using VBS. I tried some coding that I found over the net
but I couldn't adjust it. Example: I want update all records from table1
into table2
Example:
Table1 (Source):
Fields (ID_Code_Exe, SoftName, Group)
Table2 (Destination):
Fields (ID_Soft, SoftName) where ID_Soft is AutoNumber.
I'd like to ask for some help in how to update a destination table based on
the source table using VBS. I tried some coding that I found over the net
but I couldn't adjust it. Example: I want update all records from table1
into table2
Example:
Table1 (Source):
Fields (ID_Code_Exe, SoftName, Group)
Table2 (Destination):
Fields (ID_Soft, SoftName) where ID_Soft is AutoNumber.