i have a command button "View Records". i need a module that will check if there are records to view or if there is no record yet by using lngDemoID (autonumber). if there is no records yet, a msg will appear "There are no records to view yet.", if there is at least one record, it will display for viewing in the form. how do i do this? thanks. =)