How does a form simplify data entry (when compared to entering data into a table)?
What will be an ideal response?
You are less likely to edit the wrong record by mistake. You can create a form that shows data from more than one table simultaneously. You can create Access forms to match paper forms.
Computer Science & Information Technology
You might also like to view...
What role did the development of graphical user interfaces play in the personal com- puter revolution?
What will be an ideal response?
Computer Science & Information Technology
What will be output from the following code:
Computer Science & Information Technology
The difference between unary and binary operators is that binary operators
A. return 2 values. B. require two statements to execute. C. require two operands. D. can only be used with numeric variables.
Computer Science & Information Technology
C++'s endl is equivalent to C's newline sequence '\n' followed by a(n) ____ function call.
A. flush() B. force() C. print() D. out()
Computer Science & Information Technology