Infopath generating two inserts

E

Erin

I am relatively new to Infopath but love the capability to create forms to
insert/update data in SQL Server easily. I have a hierachical structure
(Customer --> Engagement --> EngagementEmployee) that I am using. When I
enter a new customer, the form displays an empty form so I can enter
engagement and engagement employee information, as it should. When I fill
out the entire form and press Submit, it inserts the customer correctly, then
inserts an empty Engagement record immediately followed by a populated
Engagement record. This is what I see in SQL Profiler. I end up with two
engagement records (1 empty) when I should only have 1.

I have no idea what to even look for when diagnosing this. Can someone at
least tell me what I should be looking for?

Thanks!
Erin
 
E

Eamon

Hi Erin,
Having the same problem with spurious inserts....
Did you manage to solve the issue?

TIA
Eamon
 
E

Erin

Hi Eamon,

No, I haven't. It's not a highly active database so I'm just occasionally
cleaning up the empty records. Would love a better solution.

Erin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top