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  dBforums > PC based Database Applications > Microsoft Access > Help Creating Forms

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-31-12, 19:16
djk21108 djk21108 is offline
Registered User
 
Join Date: Jan 2012
Posts: 2
Help Creating Forms

Hi all,

I'm very new to Access and dbs in general.

I'm building a database that should perform a very simple function.

I want my end user to be able to input the following information when it comes to proofreading other's work:

Employee who did the work: Coming from a drop down menu
Employee who's proof reading the work: Coming from a drop down menu
Date: Entered Manually
Batch Number: A locally stored number that describes the stack of work
Document Type: Entered Manually
Number of Documents: Entered Manually
Number of Errors total: Entered Manually

As you can see there's not a whole lot going on. I just can't get the thing to work.

My setup is as follows.

One table called Employee. It has two fields. Autonumber EmployeeID(primary key) and Text EmployeeName.

My second table is called Batch

It has a few more fields. BatchID Autonumber(primary key). Date, DataEntryID, ProoferID, #Documents, #Errors, etc etc.

The EmployeeID from the Employee table is linked to both DataEntryID and ProoferID.

Here's where my problem comes in. I want my end user to be able to select the NAMES of employees from a drop down when entering their information about who entered the data and who proofed it. As of right now, the only thing they would be able to select would be their ID number.


Anything to help me get on track would be very helpful.

Thank you so much.
Reply With Quote
  #2 (permalink)  
Old 01-31-12, 19:22
djk21108 djk21108 is offline
Registered User
 
Join Date: Jan 2012
Posts: 2
Essentially, when working with forms related to "Batch"

I want to create combo boxes that show all the names of all the employees possible for both data entry and proofer. I want the name they select from the combo box to translate to the Unique EmployeeID.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On