Sorting and Grouping in a Form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

I have a datasheet form that tracks months. I have a problem. The thing is
the months are tracked by an internal autonumber.

But in my datasheet form my months do not stay in monthly order, Jan, Feb,
and March.

They show up in the datasheet as March, Jan, Feb, which is becasue of the
autonumber. Is there anyway to fix this. Thanks
 
Lee said:
Hello,

I have a datasheet form that tracks months. I have a problem. The
thing is the months are tracked by an internal autonumber.

But in my datasheet form my months do not stay in monthly order, Jan,
Feb, and March.

They show up in the datasheet as March, Jan, Feb, which is becasue of
the autonumber. Is there anyway to fix this. Thanks

If I understand what you are doing correctly, the problem is the
autonumber.

I suggest you may not want to use Autonumber for that use. Autonumbers
are designed to provide unique numbers. It in not designed to provide
numbers in order and for a number of reasons may not do so. As a result
using them in any application where the user sees the numbers is likely to
end up with confusion.

There are other ways of providing the numbers you want depending on the
particual application.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Sorting Month-Year in Query 7
Trying to filter a form by VBA 1
Countifs or a pivot 1
how to number field as month name? 4
Group by Month 2
table problem 3
Month excluding Years 5
Data Validation 1

Back
Top