A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Database Design
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

trying to use DAP for simple data entry over network



 
 
Thread Tools Display Modes
  #1  
Old November 5th, 2004, 03:11 PM
abzzzz
external usenet poster
 
Posts: n/a
Default trying to use DAP for simple data entry over network

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
  #2  
Old November 5th, 2004, 06:09 PM
Tim Ferguson
external usenet poster
 
Posts: n/a
Default

=?Utf-8?B?YWJ6enp6?= wrote in
:


Am i going about this wrong. It is a very simple data entry
application form for a mortgage company. Please can someone advise
me. My brain feels squished.



Probably, for a number reasons.

For a start, the consensus is that Data Access Pages were a bit of a
mistake and I don't think anyone is really developing on them any more.
If you want www access to a database, then ASP and a normal ADODB
connection is probably the way to go.

Secondly, I don't know how many fields count as too many (is it 255?) but
if you have enough to split into EIGHT forms, then it's no longer a "very
simple data entry" form. You could probably look a bit harder at the
processes and data structure, although clearly I don't have any idea of
what you are doing.

Thirdly (probably related to numb 2 above) is that three tables linked
one-to-one is hardly ever a good idea, and suggests that some Major
Redesign Work would be a good idea.

Sorry to be vague, but you have not given much detail to work on!

All the best


Tim F

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Data Source issues. ??data.access.pages Phil Database Design 2 October 11th, 2004 02:42 AM
Data Entry Problem - Form/Subforms D'Lilah Using Forms 10 September 14th, 2004 08:33 PM
Is this possible with Excel Chart? q582gmzhi Charts and Charting 1 September 8th, 2004 03:33 AM
Subform data entry Marion Using Forms 1 July 2nd, 2004 03:50 AM
Mial merge data base problems Rachael Mailmerge 16 May 21st, 2004 06:22 PM


All times are GMT +1. The time now is 07:46 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.