That's not quite what I'm after. I just need a simple way for the query to return a sequence without writing to tables. It should look like this in the QUERY, the NEW NO. is what I want the query to populate automatically for me.:
NEW NO. CUS_NAM CUS_ADDR ....
1 Smith, John blahblahblah
2 Jones, Jim blahblahblah
3 Doe, Jane " "
4 Kidd, Billy " "
... so on and so forth. Now if Jim Jones is removed from the table that the query references, then I want the query to read:
NEW NO. CUS_NAM CUS_ADDR ....
1 Smith, John blahblahblah
2 Doe, Jane " "
3 Kidd, Billy " "
All it does is keep track of the number of entries in a COLUMN or Field without any regard to assigning a number to any of the records. Then I can use it with DSUM to customize.
Thanks!
Main Topics
Browse All Topics





by: capricorn1Posted on 2007-02-20 at 13:01:41ID: 18573970
see this link om/?kbid=1 99679
http://support.microsoft.c