A
abzzzz
I am designing a mortgage aplication form that will be shared across a network.
I want to create a data access page that the users can use for data entry.
I had to create 3 tables for all the feilds. I have linked the tables
primary keys together using a one to one relationship. They have refrential
integrity and cascade update and delete.
I started to create a data access page and it has worked fine until it had
an error message : Too many feilds defined.
So as the page will get too big i split the mortgage application form in to
8 different data access pages and wanted to create a hyperlink at the end of
each page. I added a server filter CLRef=[CLRef] to carry the reference
number over to the next page and it works but it will only allow me to save
the data on the first page. On all other pages it is greyed out.
I tested it by creating a test page with feilds from all 3 tables and if i
open it directly it works fine but not when coming from the hyperlink.
Am i going about this wrong. It is a very simple data entry application form
for a mortagage company. Please can someone advise me. My brain feels
squished.
Thank you in advance
I want to create a data access page that the users can use for data entry.
I had to create 3 tables for all the feilds. I have linked the tables
primary keys together using a one to one relationship. They have refrential
integrity and cascade update and delete.
I started to create a data access page and it has worked fine until it had
an error message : Too many feilds defined.
So as the page will get too big i split the mortgage application form in to
8 different data access pages and wanted to create a hyperlink at the end of
each page. I added a server filter CLRef=[CLRef] to carry the reference
number over to the next page and it works but it will only allow me to save
the data on the first page. On all other pages it is greyed out.
I tested it by creating a test page with feilds from all 3 tables and if i
open it directly it works fine but not when coming from the hyperlink.
Am i going about this wrong. It is a very simple data entry application form
for a mortagage company. Please can someone advise me. My brain feels
squished.
Thank you in advance