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

select date from list



 
 
Thread Tools Display Modes
  #1  
Old March 4th, 2008, 06:30 PM posted to microsoft.public.access.forms
Karl
external usenet poster
 
Posts: 274
Default select date from list

Hello,

I am working on a time database for employees to enter time. I have 3
tables, one with employee names, one with all the days of the year, and one
where the time info gets entered. The tables look similar to the following
with the employee and date table linked by employee id and the date table and
work table are linked by date id.

Employee Table Date Table Work Table
Employee Id Date ID Work ID
Employee Name Date Project
Pay Period Time
Employee ID Date ID

In the first form I have a table where employees select there name from a
drop down menu. I then want to have a subform where the employee picks the
date of year by scrolling through the list of dates in the date table. The I
want another subform where the time is entered for that date. For some
reason I can't get the list of dates to show up in the date subform once the
employee selects there name from the drop down menu. Any advice would be
greatly appreciated.
  #2  
Old March 4th, 2008, 06:44 PM posted to microsoft.public.access.forms
Steve Schapel
external usenet poster
 
Posts: 1,422
Default select date from list

Karl,

I am not sure what your purpose is in usiong this Date Table. But it
certainly does not seem to me tio be very practical or useful, nor does
it relate well to database design principles. I would suggest a change
to a structure like this:

Employee Table Work Table
Employee Id Work ID
Employee Name EmployeeID
Project
WorkDate
WorkTime

--
Steve Schapel, Microsoft Access MVP

Karl wrote:
Hello,

I am working on a time database for employees to enter time. I have 3
tables, one with employee names, one with all the days of the year, and one
where the time info gets entered. The tables look similar to the following
with the employee and date table linked by employee id and the date table and
work table are linked by date id.

Employee Table Date Table Work Table
Employee Id Date ID Work ID
Employee Name Date Project
Pay Period Time
Employee ID Date ID

In the first form I have a table where employees select there name from a
drop down menu. I then want to have a subform where the employee picks the
date of year by scrolling through the list of dates in the date table. The I
want another subform where the time is entered for that date. For some
reason I can't get the list of dates to show up in the date subform once the
employee selects there name from the drop down menu. Any advice would be
greatly appreciated.

 




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


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