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  

Dates are shuffled



 
 
Thread Tools Display Modes
  #1  
Old August 30th, 2006, 10:02 PM posted to microsoft.public.access.forms
C Tate
external usenet poster
 
Posts: 35
Default Dates are shuffled

I work with a large and rather complex database which is used by a number of
organisations. I didn't make it and some its workings are a mystery to me.
Sometimes very odd things happen. For example, there are a number of
different 'forms' in it. One of them requires the user to enter various bits
of information starting with a date. Many records will be entered and the
user can scroll back and forth between them using the standard scroll bar
with the arrows etc.

Normally all the records are in date order but some users (not all)
experience a situation where all the records are shuffled up and not in date
order! What could be the problem here?


  #2  
Old August 30th, 2006, 10:29 PM posted to microsoft.public.access.forms
mscertified
external usenet poster
 
Posts: 835
Default Dates are shuffled

There are different possibilities. How are the records being displayed? On a
form, in a listbox or what? How is the form or listbox loaded, via a query, a
table or in VB code? You need to check if the dates are indeed being sorted
or if its just a happy accident that they are mostly in order.

Dorian

"C Tate" wrote:

I work with a large and rather complex database which is used by a number of
organisations. I didn't make it and some its workings are a mystery to me.
Sometimes very odd things happen. For example, there are a number of
different 'forms' in it. One of them requires the user to enter various bits
of information starting with a date. Many records will be entered and the
user can scroll back and forth between them using the standard scroll bar
with the arrows etc.

Normally all the records are in date order but some users (not all)
experience a situation where all the records are shuffled up and not in date
order! What could be the problem here?



  #3  
Old August 30th, 2006, 10:36 PM posted to microsoft.public.access.forms
C Tate
external usenet poster
 
Posts: 35
Default Dates are shuffled

Hmmm, well the records are displayed on a form but I'm not sure how the form
is loaded. It's a table I think.
"mscertified" wrote in message
...
There are different possibilities. How are the records being displayed? On
a
form, in a listbox or what? How is the form or listbox loaded, via a
query, a
table or in VB code? You need to check if the dates are indeed being
sorted
or if its just a happy accident that they are mostly in order.

Dorian

"C Tate" wrote:

I work with a large and rather complex database which is used by a number
of
organisations. I didn't make it and some its workings are a mystery to
me.
Sometimes very odd things happen. For example, there are a number of
different 'forms' in it. One of them requires the user to enter various
bits
of information starting with a date. Many records will be entered and the
user can scroll back and forth between them using the standard scroll bar
with the arrows etc.

Normally all the records are in date order but some users (not all)
experience a situation where all the records are shuffled up and not in
date
order! What could be the problem here?





  #4  
Old August 31st, 2006, 12:31 AM posted to microsoft.public.access.forms
mscertified
external usenet poster
 
Posts: 835
Default Dates are shuffled

In the form designer, Click 'View--Properties' then click the Data tab and
look at 'Record Source' and 'Order By'. If it's a table, the records are
unsorted unless there is something in 'order by'. If it's a query, you will
have to look at the query to see if it is sorting (has an ORDER BY clause).

Dorian

"C Tate" wrote:

Hmmm, well the records are displayed on a form but I'm not sure how the form
is loaded. It's a table I think.
"mscertified" wrote in message
...
There are different possibilities. How are the records being displayed? On
a
form, in a listbox or what? How is the form or listbox loaded, via a
query, a
table or in VB code? You need to check if the dates are indeed being
sorted
or if its just a happy accident that they are mostly in order.

Dorian

"C Tate" wrote:

I work with a large and rather complex database which is used by a number
of
organisations. I didn't make it and some its workings are a mystery to
me.
Sometimes very odd things happen. For example, there are a number of
different 'forms' in it. One of them requires the user to enter various
bits
of information starting with a date. Many records will be entered and the
user can scroll back and forth between them using the standard scroll bar
with the arrows etc.

Normally all the records are in date order but some users (not all)
experience a situation where all the records are shuffled up and not in
date
order! What could be the problem here?






 




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 09:01 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.