K Kenln Registered User. Local time Today, 09:04 Joined Oct 11, 2006 Messages 551 Mar 16, 2009 #1 Is there a way to add an AutoNumber to a query? Since it is a query (rather than a table) the AutoNumber will always start at one and count up. Anyone know how to do this???
Is there a way to add an AutoNumber to a query? Since it is a query (rather than a table) the AutoNumber will always start at one and count up. Anyone know how to do this???
pbaldy Wino Moderator Staff member Local time Today, 06:04 Joined Aug 30, 2003 Messages 36,157 Mar 16, 2009 #2 See if this helps: http://www.lebans.com/rownumber.htm
HiTechCoach Well-known member Local time Today, 08:04 Joined Mar 6, 2006 Messages 4,353 Mar 16, 2009 #3 I think what you are wanting is to add record/row numbers, not really an autonumber field. I normally handle this on a report if printing, not in the query. It is possible to add Row numbers toa form/sub form or query. See: Row numbers
I think what you are wanting is to add record/row numbers, not really an autonumber field. I normally handle this on a report if printing, not in the query. It is possible to add Row numbers toa form/sub form or query. See: Row numbers
K Kenln Registered User. Local time Today, 09:04 Joined Oct 11, 2006 Messages 551 Mar 16, 2009 #4 It took some playing but I think I have got it working. Thank you,