|
-
Oct 4th, 2000, 10:51 PM
#1
Thread Starter
Lively Member
What is the best way to edit table records. ie edit only, no add or delete.
I have a table containing all records with an error in the resource code field of the record. All I want to be able to do is to allow the user to choose a valid resource code for each incorrect record?
Any ideas on how this can best be acheived?
Cheers
Jonny
-
Oct 5th, 2000, 07:51 AM
#2
Hyperactive Member
Sql statement -
Update tblSomething......Set ResourceCode = 'Whatever' ....Where....
Something like that
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|