answersLogoWhite

0

You perform several edits in a table within an Access database. When should you execute the Save command?

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

How do you connect to a database using unix command?

There isn't a generic Unix command to connect to a database. The actual commands are based on the database package you are using, such as Oracle, SyBase, etc. They each have their own commands for gaining access to the database.


Where do you execute command on Linux?

From the terminal to access the terminal go to system tools or type terminal in the search field.


Is Access a database software application?

Microsoft Access is a database.Microsoft Access is a database.Microsoft Access is a database.Microsoft Access is a database.Microsoft Access is a database.Microsoft Access is a database.Microsoft Access is a database.Microsoft Access is a database.Microsoft Access is a database.Microsoft Access is a database.Microsoft Access is a database.


What is the deffrence between sqlserver and sqlplus?

SQL Server is Microsoft's relational database product. SQL*Plus is the command line tool to access Oracle's database product.


Which permission will allow you to execute touch command in a directory?

To execute the touch command in a directory, you need write permission on that directory. This permission allows you to create or modify files within the directory. Additionally, you also need execute permission on the directory itself to access it and perform operations within it. Without these permissions, you won't be able to create or change files using the touch command.


What command type at the dialog box to access the command line interface in Windows XP?

To access the command line interface in Windows XP, you can use the "Run" dialog box. Press Windows Key + R to open it, then type cmd and hit Enter. This will launch the Command Prompt, allowing you to execute various command-line commands.


What command can be used to take full access of a file?

To take full access of a file in a Unix-like operating system, you can use the chmod command. For example, chmod 777 filename grants read, write, and execute permissions to the owner, group, and others. Be cautious when using this command, as it allows anyone to modify or execute the file. Always consider the security implications of changing file permissions.


When would you use system file checker what is the command to execute it?

Use system file checker to verify the version of all system files when Windows loads. Useful when you suspect system files are corrupted, but you can still access the Windows desktop. Command to execute it: Sfc with parameters.


Why would you use the skip-networking command?

to prevent remote access to the database and disallow the ability to load a local data file


What is database in access?

An Access database is a relational database contained in a single file that you can upload to a directory on your Web server. People typically create an Access database file using Microsoft Access or FrontPage.


What is a database in access?

An Access database is a relational database contained in a single file that you can upload to a directory on your Web server. People typically create an Access database file using Microsoft Access or FrontPage.


What is Chmod 755?

755 means read and execute access for everyone and also write access for the owner of the file. When you perform chmod 755 filename command you allow everyone to read and execute the file, owner is allowed to write to the file as well.