This topic is locked

Multiple Entries

1/28/2009 9:47:27 PM
PHPRunner General questions
F
funkfish author

Hi there,
Is there any way to enter multiple records in 1 Add screen?

table = id, name, email, etc
When I click Add, I want to enter values for the next 10 ids (auto increment).
does this make sense?

can you help?
thanks!

J
Jane 1/29/2009

Hi,
you can add these records manually in the Add page: Before record added event and then remove it from main SQL query.