PC Review


Reply
Thread Tools Rate Thread

Display Row Number in Datasheet View

 
 
garvic82
Guest
Posts: n/a
 
      11th Feb 2010
Can someone tell me how I can display the row numbers in a datasheet view
when a query is run? I have looked and looked and can not figure out where
and how I can do that. I just want it to display like a spreadsheet would
with the row and column numbers.
 
Reply With Quote
 
 
 
 
John W. Vinson
Guest
Posts: n/a
 
      11th Feb 2010
On Thu, 11 Feb 2010 12:07:02 -0800, garvic82
<(E-Mail Removed)> wrote:

>Can someone tell me how I can display the row numbers in a datasheet view
>when a query is run? I have looked and looked and can not figure out where
>and how I can do that. I just want it to display like a spreadsheet would
>with the row and column numbers.


Since a Table is not a Spreadsheet, it doesn't HAVE row numbers. They simply
don't exist, and they wouldn't be stable anyway if someone were to delete
records or present them in a different sort order.

You can easily put sequential numbers on a Report by including a textbox with
a control source of

=1

and set its Running Sum property to "Over All"; it's much harder, and data
dependent, in a Form.
--

John W. Vinson [MVP]
 
Reply With Quote
 
Stefan Hoffmann
Guest
Posts: n/a
 
      11th Feb 2010
hi,

On 11.02.2010 21:07, garvic82 wrote:
> Can someone tell me how I can display the row numbers in a datasheet view
> when a query is run? I have looked and looked and can not figure out where
> and how I can do that. I just want it to display like a spreadsheet would
> with the row and column numbers.

Normally this makes no sense, as Access is not Excel. Can you explain
why you want this kind of row/column numbering?


mfG
--> stefan <--
 
Reply With Quote
 
KARL DEWEY
Guest
Posts: n/a
 
      11th Feb 2010
>>I can display the row numbers in a datasheet view
Add a field for it. Access does not store record (rows) by numbering. It
stores like a barrel of bricks and maybe displayed just as much a jumble
unless you sort on some field.

--
Build a little, test a little.


"garvic82" wrote:

> Can someone tell me how I can display the row numbers in a datasheet view
> when a query is run? I have looked and looked and can not figure out where
> and how I can do that. I just want it to display like a spreadsheet would
> with the row and column numbers.

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to display contineous form as datasheet view Vinod Microsoft Access 1 17th Dec 2008 06:18 PM
How do I display checkboxes in datasheet view? =?Utf-8?B?R3JlZyBXZXR6ZWw=?= Microsoft Access Database Table Design 5 14th Mar 2006 12:33 AM
Coding in VB to display form in datasheet view kevin0862 Microsoft Access Form Coding 0 28th Jun 2005 03:14 PM
Display font size for DataSheet view Kevin Microsoft Access Form Coding 2 12th Jan 2004 04:01 PM
How to display recordset in datasheet view Rick Microsoft Access VBA Modules 3 20th Sep 2003 07:43 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:14 PM.