menu
Login
Register
search
Log In
account_circle
Log In
Email or Username
Password
Remember
Log In
Register
I forgot my password
Register
Username
Email
Password
Register
add
Q&A
Questions
Unanswered
Tags
Users
Ask a Question
Articles
Interview Questions
Programming Quiz
Post An Article
Recent Posts
error in grid.call.graphics(c_setviewport, vp, true) : non-finite location and/or size for viewport
curses is not supported on this machine (please install/reinstall curses for an optimal experience)
A variable declaration announces the name of a variable that will be used in a program, as well as:
Python find unique values in list
Data Gateways in the Cloud Native Era
Python sort one list by another
Removing element from a list python
How to get image url from file
python find largest value in list
Are jpeg and jpg the same
Which access database object(s) might be used to enter, edit, and view records in a database?
0
votes
36
views
Problem:
I am learning about databases and one query came to me now and need the solution for it?
Which Access database object(s) might be used to enter, edit, and view records in a database?
Can you please help me?
asked
Feb 18, 2020
maddi86
●
7
●
5
●
3
5,380 points
answer
Please
log in
or
register
to answer this question.
1
Answer
0
votes
Solution:
Answer to your question is
forms
Explanation:
A form in Access is a database object that you can use to create a user interface for a database application. A "bound" form is one that is directly connected to a data source such as a table or query, and can be used to enter, edit, or display data from that data source. Alternatively, you can create an "unbound" form that does not link directly to a data source, but which still contains command buttons, labels, or other controls that you need to operate your application.
For more information you can study
https://support.office.com/en-us/article/introduction-to-forms-e8d47343-c937-44e8-a80f-b6a83a1fa3ae
Hopw this will help you
answered
Feb 18, 2020
guudduu
●
8
●
5
●
2
10,530 points
ask related question
comment
Your comment on this answer:
Your name to display (optional):
Email me at this address if a comment is added after mine:
Email me if a comment is added after mine
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
What is the color of the sky?
To avoid this verification in future, please
log in
or
register
.
Add comment
Cancel
Related questions
0
votes
1
answer
51
views
51
views
What language below is used to view and manipulate data that is stored in a relational database?
Problem: I am learning database language and need to know best language for used to view and manipulate data stored in relational database, is there anyone with knowing best language? What language below is used to view and manipulate data that is stored in a relational database? C DQL SQL ISL
asked
Feb 17, 2020
maddi86
5.4k
points
sql
0
votes
2
answers
58
views
58
views
Which command can be used to fine-tune the vsync and hsync of a video card for use in x windows?
Problem: I am little bit confused, which command to used? Which command can be used to fine-tune the vsync and hsync of a video card for use in X Windows? a. vidtune b. synctune c. xvidtune d. vhtune
asked
Feb 17, 2020
maddi86
5.4k
points
command-line
0
votes
1
answer
14
views
14
views
Each time a user logs on locally, which database is used to verify sign-in credentials?
Problem: Each time a user logs on locally, which database is used to verify sign-in credentials?
asked
Jul 22, 2020
HenryL
620
points
database
0
votes
1
answer
16
views
16
views
Which module can be used to force a handler to run in between two tasks
Problem: which module can be used to force a handler to run in between two tasks.
asked
Feb 12
Dan phillip
1.9k
points
ansible
ansible-handlers
0
votes
2
answers
616
views
616
views
which statement can be used to handle some of the runtime errors in a program?
Problem: which statement can be used to handle some of the runtime errors in a program?
asked
Mar 3, 2020
JHill
200
points
programming
0
votes
2
answers
83
views
83
views
In a database, a group of related records is referred to as a(n) ________?
Problem: Can anyone help it was actually asked in exam as following: In a database, a group of related records is referred to as a(n) ________. A) memo B) field C) object D) table
asked
Feb 18, 2020
maddi86
5.4k
points
sql
0
votes
1
answer
26
views
26
views
What two methods can be used to access items in the quick launch menu?
Pronlem: I am new and learning, I need help, can anyone help with right method? What two methods can be used to access items in the Quick Launch menu?
asked
Feb 24, 2020
maddi86
5.4k
points
command-line
windows
0
votes
1
answer
30
views
30
views
Which method could be used to strip specific characters from the end of a string?
Problem: Hi there! I am newbie and I am want to strip away specific characters from the end of a string. I am programming in C#. I have tried Remove() method as follows: using System; namespace ConsoleApp2 { class Program { static void Main(string[] args) { ... the index of string myself. I want to know that is there any way in C# to remove characters from strings without specifying the index?
asked
Nov 27, 2020
Code Learner
5.7k
points
c#
string
remove-characters
characters
special-characters-remove
0
votes
1
answer
42
views
42
views
which method can be used to convert a list to a tuple?
Problem: sort method What method can be used to convert a list to a tuple? The sort method rearranges the elements of a list so they appear in ascending or descending order.
asked
Nov 6, 2020
Mashhoodch
9.1k
points
programming
tuple
java
0
votes
1
answer
136
views
136
views
which method can be used to add a group of elements to a set?
Problem: Hello guys, I have been studying language but wondering how to add group of element in the set i have been using add element but it is giving some king or error, waiting for the right approach and what are the other way in which we can implement it. isset = { ... ","mango") print(isset) O Error input thisset.add("orange","mango") TypeError: add() takes exactly one argument (2 given)
asked
Jun 13, 2020
Gavin
15.3k
points
python-3