answersLogoWhite

0

It depends on if the delete key has been programmed to perform some specific function by a macro. If no special conditions have been set, the data in the selected field will be deleted, but you probably would not affect the rest of the record.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

In order to delete a record in a table you must first?

Identify the record you want to delete based on a specific criteria, such as an ID or value. Then, write a SQL DELETE statement with a condition that matches the record you want to delete. Finally, execute the SQL statement to remove the record from the table.


How do you delete a record click the record selector for the record and then press the keys in access?

To delete a record in Microsoft Access, you can click on the record selector for the record (the small gray box to the left of the record), then press the Delete key on your keyboard. Access will prompt you to confirm the deletion before permanently removing the record.


What is the box at the left of a record in datasheet view that you click to select an entire record is the?

That box is called the record selector. Clicking on it selects the entire record in the datasheet view of the database table.


What is a macro recorder for shortcut keys?

A macro is a record of a series of key presses, and is saved with a macro name. When the macro name is run, the previously saved key presses are automatically carried out.


Can A Problem Resolver delete documents in the Soldier Record View?

No


How do you delete a specific gmail address from your android?

You can delete a specific Gmail address from your android. Android places the google accounts in settings. There you can delete a specific record.


Which command is used to delete the 5th record from database file in use?

To delete the 5th record from a database file, you typically use a command specific to the database management system (DBMS) in use. For example, in SQL, you could use a command like DELETE FROM table_name WHERE id = 5;, assuming the identifier for the record is id. However, if you're referring to a specific order (like the 5th record in a query result without a unique identifier), you might first need to retrieve that record's identifier and then execute the delete command. Always ensure to back up data before performing delete operations.


How do you delete voyager holding records in the cataloging module?

To delete Voyager holding records in the cataloging module, first, locate the specific holding record you wish to remove by searching for the relevant bibliographic record. Once found, open the holding record and select the option to delete it, usually represented by a trash can icon or a "Delete" button. Confirm the deletion when prompted to ensure the record is permanently removed from the system. Always ensure that the holding record is no longer needed or that you have backups if necessary before proceeding with the deletion.


How do you delete an app permantley so there is no record that you ever bought it?

You can't do that.


Is breaking the world record in an Olympic game delete the former Olympic record?

Yes. The new record becomes both the Olympic Record and the World Record. You will notice this is the case for several events.


How do you delete recordings on a Casio WK 7500 keyboard?

Begin by holding the record key down until you are prompted to choose to delete. When it asks you if you want to delete press the plus button indicating that you are choosing to delete the recording.


What does a SQL Delete statement allow?

An SQL Delete statement is a code used for programming. It allows you to delete a single record or multiple records from a graph or table. These codes can be very useful.