Thread: Data entry form
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] blainepenn@gmail.com is offline
external usenet poster
 
Posts: 1
Default Data entry form

The data entry form adds the line of data to the bottom of the database
worksheet. What I'm wondering is if the data entry form can add it to
the top, so that the first record entry is at the bottom, and the most
recent listed at the top.

Since my intuition is that the data entry form cannot do this, I'm
wondering if I can have a data entry worksheet and program a macro or
some other method to have the database reversed on a different
worksheet. The boss wants to view the most recently added record at
the top of the worksheet, but someone else is entering the data, so if
I can at least get Excel to display a worksheet opposite of how the
data is entered, that would satisfy his needs.

Any ideas?

Thanks!

BTW, using Excel 2003 SP1.