M
MaureenKLM
Have FP2002 web with lots of forms all saving into tables in Access DBs.
Almost all works fine...
I have a series of forms , each on a separate page, in a sequence that takes
registrations - form1 saves to a table and I get the autonumber ID field back
and save it as a session variable, SAVEDID. Then use this SAVEDID as in
input field on all other successive forms in the registration process - it
all works. I have a confirmation page at the end that has three separate
DBRs on it - each DBR uses the samed SAVEDID field as the criteria to display
only the current visitors registration results. It tests fine for me but I
have another person who is also testing this from her computer - she keeps
getting DB errors - missing parameter, use default values. EVERY field in
EVERY table has something in the default value field (mostly "") - Her form
submissions are getting into the database and I can see that the SAVEDID
field is making it through each form page and into the db just fine - it's
just the confirmation page w/DBRs that errors out on her machine. WHAT COULD
CAUSE THIS? Can you offer some troubleshooting ideas???
THANKS!
Almost all works fine...
I have a series of forms , each on a separate page, in a sequence that takes
registrations - form1 saves to a table and I get the autonumber ID field back
and save it as a session variable, SAVEDID. Then use this SAVEDID as in
input field on all other successive forms in the registration process - it
all works. I have a confirmation page at the end that has three separate
DBRs on it - each DBR uses the samed SAVEDID field as the criteria to display
only the current visitors registration results. It tests fine for me but I
have another person who is also testing this from her computer - she keeps
getting DB errors - missing parameter, use default values. EVERY field in
EVERY table has something in the default value field (mostly "") - Her form
submissions are getting into the database and I can see that the SAVEDID
field is making it through each form page and into the db just fine - it's
just the confirmation page w/DBRs that errors out on her machine. WHAT COULD
CAUSE THIS? Can you offer some troubleshooting ideas???
THANKS!