|
-
Feb 7th, 2008, 08:51 AM
#1
Thread Starter
Frenzied Member
[RESOLVED] How to fill the records?
I have microsoft Access with 3000 records.. How I can insert the value "Selangor" into the field "Negeri" in one time? I tried to fill the value one by one.How to fill the value that with quick method?
-
Feb 7th, 2008, 09:12 AM
#2
Re: How to fill the records?
UPDATE tablename SET negeri = "Selangor"
-
Feb 7th, 2008, 09:14 AM
#3
Thread Starter
Frenzied Member
Re: How to fill the records?
Thank you. How to run this SQL from Microsoft Access? What I mean, without run VB
-
Feb 7th, 2008, 11:59 PM
#4
Re: [RESOLVED] How to fill the records?
Hi,
Use the sql view of microsoft access...
Greg
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
|