Data Connection

M

Melissa101

I've selected multiple tables within my data connection and my submit button
won't allow the entries to be submitted to the database.......I ran into this
once before when I used only one table and it was because I didn't set a
primary key..however all the tables I'm using have one...?.
 
A

Adam Harding

Are these tables repeating tables or sperate distinct tables?

If they are repeating tables then the datasource has to have a matching
repeating struture.

I hope this helps

Cheers Adam
 
Top