How can I limit a record creation to one entry per day?

Try including a date field that is automatically set to the current date and require that the field have a unique value.