-
MS access - clearing
Hi guys ,
I need a little advice,
I need to reset ALL the contect with in a Selected colloum in my access database
Database name is mutisavers.mdb
table name is table1
collum name is PoS_scan
Any adice or same code is MOST welcomed 
Thanks in advance
Drew
-
Assuming that PoS_scan contains Text data, you can do this:
UPDATE table1 SET PoS_scan = ""
or
UPDATE table1 SET PoS_scan = Null
Phil Weber
http://www.philweber.com
Please post questions to the forums, where others may benefit.
I do not offer free assistance by e-mail. Thank you!
-
Thanks
I have to say i was expecting pages of code but I like the simple ways ;o)
Drew
-
It is not working.
Am i doing something wrong
What i forgot to mention is i am using a vba program as my interface to the database (ado)
do i need to change the coding some how??
Last edited by Drew_gable; 10-09-2005 at 12:40 PM.
-
I don't know. Please post your code and describe how it is "not working" (error messages, etc.)
Phil Weber
http://www.philweber.com
Please post questions to the forums, where others may benefit.
I do not offer free assistance by e-mail. Thank you!
-
The code I am using is as follows
UPDATE table1 SET PoS_scan = "0"
I am not getting any error codes or anything do I need to link it to the data1 control unit before I run the command?
-
Post more of your code. We can't tell if it's a syntax error or WHAT with that little piece of code!
A balanced diet is a cookie in each hand.
-
it's ok guys I have found a quicker way too re set my figures )
Similar Threads
-
By Mike Mitchell in forum .NET
Replies: 60
Last Post: 09-13-2002, 05:41 PM
-
By Ray Clough in forum Database
Replies: 7
Last Post: 09-06-2001, 02:27 PM
-
By David Jones in forum Database
Replies: 0
Last Post: 08-31-2001, 12:22 PM
-
By Nate in forum Database
Replies: 29
Last Post: 05-09-2001, 10:04 AM
-
By John Simmons in forum Enterprise
Replies: 0
Last Post: 02-09-2001, 01:42 PM
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
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|