Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Rotation
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Mike Brownlie  
View profile  
 More options Apr 8 2002, 3:56 am
Newsgroups: microsoft.public.access.gettingstarted
From: "Mike Brownlie" <mad...@michaelbrownlie.fnet.co.uk>
Date: Mon, 8 Apr 2002 00:54:05 -0700
Local: Mon, Apr 8 2002 3:54 am
Subject: Rotation
I need to put my drivers rota in to a database (250 of
them) the current rota is in 123.

this is what i need the database to do.

Wk 1
Driver No      Driver Name
1              Andy Roberts
2              Billy Andrews
3              John McInnon

Rotate

Wk2
Driver No      Driver Name
1              John McInnon
2              Andy Roberts
3              Billy Andrews

Wk3
Driver No      Driver Name
1              Billy Andrews
2              John McInnon
3              Andy Roberts

and so on....

The driver number does not change ie the top driver is no
1 and the bottom driver is no 250.

(the actual rota stays the same)

If anyone has any input please drop me an e-mail or reply
to this posting.

Thanks in advance

Mike Brownlie


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Michel Walsh  
View profile  
 More options Apr 8 2002, 7:31 am
Newsgroups: microsoft.public.access.gettingstarted
From: "Michel Walsh" <Vandergh...@msn.com>
Date: Mon, 8 Apr 2002 07:27:50 -0400
Local: Mon, Apr 8 2002 7:27 am
Subject: Re: Rotation
Hi,

apply

        Updated DriverNo =  1 + (DriverNo MOD 3)

in succession to get a new  "cyclical shift"  each time.

Hoping it may help,
Vanderghast, Access MVP

"Mike Brownlie" <mad...@michaelbrownlie.fnet.co.uk> wrote in message

news:503701c1ded2$8e1e1880$3def2ecf@TKMSFTNGXA14...


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mike Brownlie  
View profile  
 More options Apr 8 2002, 8:36 am
Newsgroups: microsoft.public.access.gettingstarted
From: "Mike Brownlie" <mad...@michaelbrownlie.fsnet.co.uk>
Date: Mon, 8 Apr 2002 05:03:33 -0700
Local: Mon, Apr 8 2002 8:03 am
Subject: Re: Rotation
where and how??


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Michel Walsh  
View profile  
 More options Apr 8 2002, 3:02 pm
Newsgroups: microsoft.public.access.gettingstarted
From: "Michel Walsh" <Vandergh...@msn.com>
Date: Mon, 8 Apr 2002 15:01:29 -0400
Local: Mon, Apr 8 2002 3:01 pm
Subject: Re: Rotation
Hi,

In an update query. Make a backup first, then, update DriverNo  to:

    1+([DriverNo] Mod 3)

Run the query once a week (each time you want to make a new "shift")

Vanderghast, Access MVP


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
JOSEPHDubio  
View profile  
 More options Apr 8 2002, 5:41 pm
Newsgroups: microsoft.public.access.gettingstarted
From: "JOSEPHDubio" <vze29...@mail.com>
Date: Tue, 9 Apr 2002 05:38:11 -0400
Local: Tues, Apr 9 2002 5:38 am
Subject: Re: Rotation

"Mike Brownlie" <mad...@michaelbrownlie.fnet.co.uk> wrote in message

news:503701c1ded2$8e1e1880$3def2ecf@TKMSFTNGXA14...


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Michel Walsh  
View profile  
 More options Apr 9 2002, 6:24 am
Newsgroups: microsoft.public.access.gettingstarted
From: "Michel Walsh" <Vandergh...@msn.com>
Date: Mon, 8 Apr 2002 17:10:09 -0400
Local: Mon, Apr 8 2002 5:10 pm
Subject: Re: Rotation
Hi,

Note that it may not work , with Jet, if you have a UNIQUE index/constraint on DriverNo, since when
1 will try to become a 2, there is already a two, the update fails.

Vanderghast, Access MVP


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »