Home › Forum › General › create look-up table › Re: create look-up table
January 5, 2010 at 10:21 am #4989
If you are looking to create a table (or more accurately a data-source) that can be used by other forms then there are two methods that spring to mind.
1) Using a connection you can pass data from the five different forms into a single database table and use that table as the data-source for other forms or
2) You can have another PerfectForms form which acts as the data-source. Use a ‘Form Connection / Insert Action’ to pass data from the five different forms into this single form, and then use this single form as the data-source.