JOHN is developing a form for customers to order tickets to events. There is a Date item in the Tickets block of the form that has a LOV whose record group uses the following query:
SELECT event_name, event_date
FROM events
ORDER BY event_date;
In the Choose_Event block of the form, he wants users to be able to select an event name into an Event_Name item.The event name will be selected from a LOV that is sorted by the name of the event.
He does not want to modify either LOV or record group at run time. Which of the following statements is correct with regard to LOV and record group as specified at design time?
Reveal answer
Fill a bubble to check yourself