I need to insert multiple records in the database, but without coming from a form. For example:
I have a value of 50 (it would be the number of records I need to insert) and a mooring id that needs to be the same for all records.
My question is: How do I insert these values without having to enter those values?
I've tried the examples here in the forum, but they all use values passed by forms.
In my case I do not have a form I only have the amount of records that I need to insert.