Discuss two purposes of adding comments to VBA procedures
What will be an ideal response?
Adding comments to VBA procedures can help you keep track of your own code as your procedure becomes larger and more complicated. This might include making notes about what is or is not working in your code or what enhancements you might want to make in the future. Comments also provide a convenient method of documenting your code in the event that the project passes to another database administrator.
You might also like to view...
Which of the following would correctly read an entire line from an input file stream named fin into a string variable named line.
a. getline(fin, line); b. fin.getline(line); c. fin.getline(line,'\n\'); d. fin.getline(line,80);
Layer 2 of the OSI model is called the transport layer
Indicate whether the statement is true or false.
You can create a marker in the current transaction by using the SAVEPOINT statement.
a. true b. false
Top-level managers need information both from within the organization and from outside.
Answer the following statement true (T) or false (F)