Describe your solution to notify Daryl if reservations for any particular event reach 110% of capacity
What will be an ideal response?
On the Event Registration I have a subform that lists the people who have made reservations for the particular event. I added a new text box to the footer of the subform that counted the number of customers that have RSVP'd. I made the text box visible as it is not needed in the subform. I then created another text box in the main form referencing the text box in the footer of the subform. This allowed me to display the total number of reservations in the main form. I created another text box with an IIF function that will display an informative message if the number of reservations is greater than or equal to 110% of the capacity.
You might also like to view...
MC Scales can have a__________ .
a) horizontal orientation. b) vertical orientation. c) diagonal orientation. d) Both a and b.
When creating graphics for conversion to video, do not place any critical information such as text in the outside 15 percent of the image. Instead, keep it within the ____________________ (two words) area.
Fill in the blank(s) with the appropriate word(s).
Any information you add to the Outlook Calendar is called a calendar ____.
A. folder B. item C. note D. addition
Only one thread at a time can draw to a SurfaceView. To ensure this, you must first lock the SurfaceHolder by ________.
a. calling lockSurfaceHolder b. specifying it as the expression in the parentheses of a synchronized block. c. calling getSurfaceHolderLock d. None of the above