Hi,
I have a form that inputs data to a database table. One of the aspects it inputs is "team", because there are more than one development team. I have created a second form exactly like the first, but with the "team" field preset that I will give access to one of the teams. When they input data, they don't have a choice to select the team. However, the data does not seem to go into the same table as the original form, because it never shows in the view I created for the first form. Does each form go into a seperate table, and is there an easy way to force it into one table?