Welcome Guest, Not a member yet? Register   Sign In
Do I need to bind tables? Please help
#4

(This post was last modified: 11-21-2014, 11:27 AM by bclinton.)

Also it looks like there is a record for every form element, so not only is the time not unique, but by design there are multiple records with the same time.

It looks like you want a "select distinct submit_time" here, and join on that.  Check out the plug-in code - that's probably how they are doing it. Take their query and just join your table on the submit time.  see below

It's not ideal, but since you get very few submissions there's probably almost no danger of corrupt data or results.
Reply


Messages In This Thread
RE: Do I need to bind tables? Please help - by bclinton - 11-21-2014, 11:13 AM



Theme © iAndrew 2016 - Forum software by © MyBB