Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Set single field to NULL in Table View

Status
Not open for further replies.

JESS1CA

Programmer
Joined
Nov 20, 2001
Messages
2
Location
US
Hi everyone,
I was wondering if anyone knows of a shortcut to set a single field to 'Null' from within the Table Model view. I continually have to write update queries to do this, and it seems like there should be an easier way.

Thanks in advance!
Jess
 

Jess,

Could explain with a little more detail what you want to accomplish? What do you mean by "Table Model View?" Are you updating one column on one row or one column on many rows?

Thanks, Terry L. Broadbent
FAQ183-874 contains tips for posting questions in these forums.
NOTE: Reference to the FAQ is not directed at any individual.
 
Hi Terry,

I'm just trying to update one column and one row. I think there should be a way to update a field to 'NULL,' just like you can directly type a value into a field when you are looking at the table.

I know I can update the field using SQL (using an update query) but I was hoping to find a shorter/easier way to do this when I am going through the data.

Thanks!
Jess
 

In SQL 2000 EM table view you can type Ctrl-0 (zero) in the cell and NULL will be inserted. Terry L. Broadbent
FAQ183-874 contains tips for posting questions in these forums.
NOTE: Reference to the FAQ is not directed at any individual.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top