Re: Open -> Add record -> Save and Close -> Add to Lookup
Posted: Thu Jun 09, 2022 5:13 pm
Thanks, I've seen this topic. I made a slightly different implementation. I have a need to work away from the city in conditions of poor communication. Therefore, my implementation saves the data in Localstorage and adds them to the database by calling a php procedure directly into the database. Thus, keeping them just in the form can lead to data loss when the connection is broken.steven wrote: ↑Thu Jun 09, 2022 3:35 pm Hi selector,
The easiest way to add a number of records at a time to a table is through a BrowesEdit Form before you ask a Lookup to Choose just one record.
You could do this by adding a Button that goes to that BrowesEdit, placing it near the Lookup, and making its title something like
Add Multiple Records For this Lookup.
Steven