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  

Entry of Name



 
 
Thread Tools Display Modes
  #1  
Old February 21st, 2005, 11:49 PM
Sondra
external usenet poster
 
Posts: n/a
Default Entry of Name

I don't know if this is the right sub-category to enter
this but its my only thought.

I have a large database which contains documents used to
develop a TOC. The information is entered by
implementation date and binder. Before the implementation
date a distribution document must be prepared to send to
all users notifying them of the documents being
implemented.

If there are 30 documents being implemented on 2/21/05
then a separate distribution document must be developed
for each binder the documents will go into. I have
approximately 7 individuals who manage this database.
Each of them could be preparing the distribution document
for different binders.

On the distribution document I need to identify the name
of the individual preparing the forms. So if "Jane" is
doing documents 1-20 for binder 7 her name would appear on
the distribution document. If "John" is doing documents 1-
20 for binder 10 then his name would appear on the
distribution document.

Basically in a nut shell, Is there a way to require the
user to enter thier name and have is stored in the
database for the records they are distributing.

I've created a "update" query that the user runs from a
switchboard that opens all records for their binders that
enters the date of issue as date(). But now I need to
connect their names to the records they open. I've
created a table with all their names, but don't know how
or if I can connect them.

I know this is confusing, but any advise would be great.

Thanks.
  #2  
Old February 22nd, 2005, 12:45 PM
BruceM
external usenet poster
 
Posts: n/a
Default

You could do something like having the On Current event in a form set the
focus to a combo box or text box for the user name, then set a validation
rule for that control so that if it contains nothing the user is prompted to
enter a name. You could also do something of the sort with an After Update
event or an On Exit event for the control. There are other choices, so you
will have to decide what works best for your situation. Fortunately this is
one of the areas in which Help is actually rather helpful. Look up
Validation and choose an option.
If you have not done so, consider setting up the Names table with a number
or autonumber primary key, and store that value rather than the name. If
somebody's name changes do you want to get all of the records related to that
individual whatever their name, or would you prefer to treat the two names as
two separate people? If the former, use a primary key.

"Sondra" wrote:

I don't know if this is the right sub-category to enter
this but its my only thought.

I have a large database which contains documents used to
develop a TOC. The information is entered by
implementation date and binder. Before the implementation
date a distribution document must be prepared to send to
all users notifying them of the documents being
implemented.

If there are 30 documents being implemented on 2/21/05
then a separate distribution document must be developed
for each binder the documents will go into. I have
approximately 7 individuals who manage this database.
Each of them could be preparing the distribution document
for different binders.

On the distribution document I need to identify the name
of the individual preparing the forms. So if "Jane" is
doing documents 1-20 for binder 7 her name would appear on
the distribution document. If "John" is doing documents 1-
20 for binder 10 then his name would appear on the
distribution document.

Basically in a nut shell, Is there a way to require the
user to enter thier name and have is stored in the
database for the records they are distributing.

I've created a "update" query that the user runs from a
switchboard that opens all records for their binders that
enters the date of issue as date(). But now I need to
connect their names to the records they open. I've
created a table with all their names, but don't know how
or if I can connect them.

I know this is confusing, but any advise would be great.

Thanks.

 




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
Form Subform data export [email protected] Using Forms 6 January 6th, 2005 06:25 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
decipher log of scanpst.exe km General Discussion 0 July 18th, 2004 09:00 AM


All times are GMT +1. The time now is 05:07 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.