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  

How do I link a text list to a set of values?



 
 
Thread Tools Display Modes
  #1  
Old August 17th, 2005, 04:30 PM
external usenet poster
 
Posts: n/a
Default How do I link a text list to a set of values?

Hello all,

I'm new here, so please excuse me if this query has been answered
elsewhere (and I would still be grateful for a link to the answer!).

My problem is that I am trying to make an automated time booking system
for a busy office. I have a drop down list of text offering the
various possibilities for the time allocation (ie, meeting, lunch,
supervision, break, planning session) and each of these takes a
different amount of time.

1. What I would like to do is match the time allocation to an actual
length of time in the cell next to it (ie, 45 mins, 60 mins, 15 mins).
Any easy formula to match a text value (out of a list) to a numerical
value in another cell? I have tried several, but they don't seem to
work.

For context, using these times I hope to get the total time
automatically added up as time slots are allocated so we can easily see
when the time limits are reached for morning and afternoon sessions.

Could anybody please help me? Thanks people.

  #2  
Old August 17th, 2005, 05:29 PM
Klatuu
external usenet poster
 
Posts: n/a
Default

You could put the allocated time as a second column in your combo box for
each type of time calculation. Then to compare that to a text box with the
actual time:

If Me.MyTimeCombo.Column(1) Me.MyActualTimeTextBox Then
'Do what you want

" wrote:

Hello all,

I'm new here, so please excuse me if this query has been answered
elsewhere (and I would still be grateful for a link to the answer!).

My problem is that I am trying to make an automated time booking system
for a busy office. I have a drop down list of text offering the
various possibilities for the time allocation (ie, meeting, lunch,
supervision, break, planning session) and each of these takes a
different amount of time.

1. What I would like to do is match the time allocation to an actual
length of time in the cell next to it (ie, 45 mins, 60 mins, 15 mins).
Any easy formula to match a text value (out of a list) to a numerical
value in another cell? I have tried several, but they don't seem to
work.

For context, using these times I hope to get the total time
automatically added up as time slots are allocated so we can easily see
when the time limits are reached for morning and afternoon sessions.

Could anybody please help me? Thanks people.


  #3  
Old August 19th, 2005, 10:40 AM
physis
external usenet poster
 
Posts: n/a
Default

Thanks for your reply Klatuu - I posted a thankyou yesterday (or at
least tried to) but it doesn't seem to have appeared. I'm not entirely
clear about what you are proposing I should do - are there any examples
of your proposal available to view either in Excel or on the net?
Thanks again for your help,much appreciated.

  #4  
Old August 19th, 2005, 02:26 PM
Klatuu
external usenet poster
 
Posts: n/a
Default

Sorry, physis, are you the same as jollyolly, I am getting confused. Also,
are you asking about Excel? If so, I just thought you were using the wrong
term for a control on an Access Form.
Please post some more detail.

"physis" wrote:

Thanks for your reply Klatuu - I posted a thankyou yesterday (or at
least tried to) but it doesn't seem to have appeared. I'm not entirely
clear about what you are proposing I should do - are there any examples
of your proposal available to view either in Excel or on the net?
Thanks again for your help,much 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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Easily link to text lower in email by clicking item list on top? link within email text General Discussion 1 June 1st, 2005 12:21 AM
Need Subforms? AccessRookie Using Forms 7 April 8th, 2005 09:30 AM
Help with design Ronnie Database Design 6 March 12th, 2005 02:53 PM
Outline Renee Hendershott Page Layout 2 December 25th, 2004 02:49 PM
Too many hyperlinks? [email protected] Powerpoint 7 May 25th, 2004 02:19 AM


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