G
Guest
[Master]
FCode FDesc
--------------------
Code1 Desc1
Code2 Desc2
[Trans]
FTransCode FCode FValue
--------------------------------------
Trans1 FCode1 AAAAA
Trans2 FCode1 BBBBBB
Trans3 FCode2 AAAAA
hi , based on the above table diagram I have a problem where in order to
update the transaction table the FValue information is based on the [Master
Table]. The query i used in SQL server
"UPDATE [Trans] SET FValue=(SELECT [FDESC] FROM [Master] WHERE
[FCode]=[Trans].[FCode])" can perform the update transaction in SQL server
database without a problem but in MS Access it had given me an error message.
Thanx for anyone that can help me solve this problem
FCode FDesc
--------------------
Code1 Desc1
Code2 Desc2
[Trans]
FTransCode FCode FValue
--------------------------------------
Trans1 FCode1 AAAAA
Trans2 FCode1 BBBBBB
Trans3 FCode2 AAAAA
hi , based on the above table diagram I have a problem where in order to
update the transaction table the FValue information is based on the [Master
Table]. The query i used in SQL server
"UPDATE [Trans] SET FValue=(SELECT [FDESC] FROM [Master] WHERE
[FCode]=[Trans].[FCode])" can perform the update transaction in SQL server
database without a problem but in MS Access it had given me an error message.
Thanx for anyone that can help me solve this problem