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 » New Users
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

double entry



 
 
Thread Tools Display Modes
  #1  
Old April 10th, 2006, 05:56 PM posted to microsoft.public.access.gettingstarted
external usenet poster
 
Posts: n/a
Default double entry

i'm looking for some suggestions on how to handle double entry.

the first pass will store the record.

the second pass will validate the entire record after the last field
has been entered and the user will make any needed corrections then.
a boolean flag within the record will be updated when all is corrected.

what would be the best way to hold the temp record for the 2nd pass?

tia,
mcnewsxp-

  #2  
Old April 10th, 2006, 06:45 PM posted to microsoft.public.access.gettingstarted
external usenet poster
 
Posts: n/a
Default double entry

how you set up the form depends partly on the work flow. will the second
pass be made immediately after the first pass is completed, or at a later
time? by the same user, or a different user?

hth


wrote in message
ps.com...
i'm looking for some suggestions on how to handle double entry.

the first pass will store the record.

the second pass will validate the entire record after the last field
has been entered and the user will make any needed corrections then.
a boolean flag within the record will be updated when all is corrected.

what would be the best way to hold the temp record for the 2nd pass?

tia,
mcnewsxp-



  #3  
Old April 10th, 2006, 07:15 PM posted to microsoft.public.access.gettingstarted
external usenet poster
 
Posts: n/a
Default double entry

the second pass can be performed by the same user, but only after
completely filling out the form for the current record.
i suppose i'll have to have some way of recalling the existing records
for the second pass.

  #4  
Old April 10th, 2006, 10:11 PM posted to microsoft.public.access.gettingstarted
external usenet poster
 
Posts: n/a
Default double entry

actually, the solution i have in mind won't be too hard to set up. if the
second pass may be entered by a different user and/or at a different time,
then yes, you will need to "recall" or select the record that will be
verified by the second pass. is there an "order number" or something similar
that the user will have available, that will/can be entered in the first
record, so a particular record can be "found" in order to work with it on
the second pass?

hth


"mcnews" wrote in message
oups.com...
the second pass can be performed by the same user, but only after
completely filling out the form for the current record.
i suppose i'll have to have some way of recalling the existing records
for the second pass.



  #5  
Old April 11th, 2006, 01:51 PM posted to microsoft.public.access.gettingstarted
external usenet poster
 
Posts: n/a
Default double entry

that's the way i see it.
user may enter the record twice in one sitting or a user else may enter
second pass at a different sitting.
i would use a primary key to recall the records.

  #6  
Old April 11th, 2006, 02:38 PM posted to microsoft.public.access.gettingstarted
external usenet poster
 
Posts: n/a
Default double entry

if you want to post the table name, and some field names - including the
field that a user would "search" to find a specific record - i'll work up a
quick-and-dirty demo db illustrating a possible solution, and load it to my
website so you can download and look at it.

hth


"mcnews" wrote in message
oups.com...
that's the way i see it.
user may enter the record twice in one sitting or a user else may enter
second pass at a different sitting.
i would use a primary key to recall the records.



  #7  
Old April 11th, 2006, 07:14 PM posted to microsoft.public.access.gettingstarted
external usenet poster
 
Posts: n/a
Default double entry

that would be swell.

just use anything for a table.
eg:

PrimaryKey
PersonName
PersonAddress
PersonCity
PersonState
PersonZip
PersonPhone

NOTE: this is an ADP.

thanks much.

  #8  
Old April 12th, 2006, 01:37 AM posted to microsoft.public.access.gettingstarted
external usenet poster
 
Posts: n/a
Default double entry

hmm, well, i can work up a .mdb demo, but i've no experience working with
..adp's. but my example might work for you with some tweaking, or at least
give you a direction you might want to explore. keep an eye on this thread -
i'll post back when i've uploaded the demo.

hth


"mcnews" wrote in message
oups.com...
that would be swell.

just use anything for a table.
eg:

PrimaryKey
PersonName
PersonAddress
PersonCity
PersonState
PersonZip
PersonPhone

NOTE: this is an ADP.

thanks much.



  #9  
Old April 12th, 2006, 03:55 AM posted to microsoft.public.access.gettingstarted
external usenet poster
 
Posts: n/a
Default double entry

okay, go to http://home.att.net/~california.db/instructions.html and scroll
down to the "demo" link at the bottom of the page. after downloading the
file, make sure you change the file extension from .bac, back to .mdb,
before opening the database in Access. btw, i should have mentioned that
this is an A2000 db built in A2003.

hth


"tina" wrote in message
...
hmm, well, i can work up a .mdb demo, but i've no experience working with
.adp's. but my example might work for you with some tweaking, or at least
give you a direction you might want to explore. keep an eye on this

thread -
i'll post back when i've uploaded the demo.

hth


"mcnews" wrote in message
oups.com...
that would be swell.

just use anything for a table.
eg:

PrimaryKey
PersonName
PersonAddress
PersonCity
PersonState
PersonZip
PersonPhone

NOTE: this is an ADP.

thanks much.





  #10  
Old April 12th, 2006, 01:40 PM posted to microsoft.public.access.gettingstarted
external usenet poster
 
Posts: n/a
Default double entry

thanks for your efforts.
will have a look.

 




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
Double Entry N. Evar Database Design 4 October 21st, 2005 02:50 PM
Help to append flat file table to two tables Victoriya F via AccessMonster.com Running & Setting Up Queries 11 September 26th, 2005 05:30 PM
Could I get some query theory clarification? Dennis Snelgrove Running & Setting Up Queries 3 November 27th, 2004 11:13 PM
QDE (Quick Date Entry) Norman Harker Worksheet Functions 37 September 5th, 2004 01:24 AM
QDE (Quick Date Entry) Norman Harker General Discussion 3 September 3rd, 2004 08:00 AM


All times are GMT +1. The time now is 06:52 AM.


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