กระทู้เก่าบอร์ด อ.สุภาพ ไชยา
300 1
URL.หัวข้อ /
URL
Update Queries
มีคนถามไว้ที่
http://www.access-programmers.co.uk/forums/showthread.php?s=&threadid=32577
I have written a data base for a recruitment agency that deals with temporary
workers, basicly one of the tables is the weekly schedule and has a tabulated
form with all the worker details on the left and then the days of the week accross
th the right, each day has 2 boxes the 1st is a combo box with the clients details
and the second is a notes box. What i want to do is at the end of the week clear
each individual day if the notes box does not say "regular" I have tried an
update query that states:-
Field - Monday - Mon Notes
Table - Sched - Sched
Update - Null - Null
Criteria - - Not Like "*regular*"
For some reason this does not work any advise would be appreciated.
Regards Jon Mace
สรุป เขาต้องการที่จะสร้าง Update Query ให้เปลี่ยนฟีลด์ชื่อ Monday และ Mon Notes ให้เป็น Null ถ้า 2 ฟีลด์ดังกล่าว ไม่มีข้อความว่า regular
ให้แก้เป็น
Criteria - - Not Like "*" & "regular" & "*"
http://www.access-programmers.co.uk/forums/showthread.php?s=&threadid=32577
I have written a data base for a recruitment agency that deals with temporary
workers, basicly one of the tables is the weekly schedule and has a tabulated
form with all the worker details on the left and then the days of the week accross
th the right, each day has 2 boxes the 1st is a combo box with the clients details
and the second is a notes box. What i want to do is at the end of the week clear
each individual day if the notes box does not say "regular" I have tried an
update query that states:-
Field - Monday - Mon Notes
Table - Sched - Sched
Update - Null - Null
Criteria - - Not Like "*regular*"
For some reason this does not work any advise would be appreciated.
Regards Jon Mace
สรุป เขาต้องการที่จะสร้าง Update Query ให้เปลี่ยนฟีลด์ชื่อ Monday และ Mon Notes ให้เป็น Null ถ้า 2 ฟีลด์ดังกล่าว ไม่มีข้อความว่า regular
ให้แก้เป็น
Criteria - - Not Like "*" & "regular" & "*"
1 Reply in this Topic. Dispaly 1 pages and you are on page number 1
1 @R06590
Time: 0.1086s