Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / General 2 / January 2008

Tip: Looking for answers? Try searching our database.

how to hide the last blank record in form

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
ghost - 17 Jan 2008 18:04 GMT
Greeting,
I have a Continuous form that shows all records in a table. as you know
there is a blank record appears in last of the table. I would like to hide
this record from showing in the Continuous form. How can I do that?
John W. Vinson - 17 Jan 2008 18:58 GMT
>Greeting,
>I have a Continuous form that shows all records in a table. as you know
>there is a blank record appears in last of the table. I would like to hide
>this record from showing in the Continuous form. How can I do that?

It's not really a record - it's just a space into which the user can insert a
new record. If you don't want users to add new records to the table at all,
simply set the Allow Additions property of the form to No. If you want them to
be able to add new records but not see the blank line, you'll need to make
some other provision to let them do so - pop up a new single form, temporarily
change the Allow Additions property, or whatever fits your needs.

            John W. Vinson [MVP]
Brendan Reynolds - 17 Jan 2008 19:02 GMT
> Greeting,
> I have a Continuous form that shows all records in a table. as you know
> there is a blank record appears in last of the table. I would like to hide
> this record from showing in the Continuous form. How can I do that?

Set the Allow Additions property to No. (False if setting it in code).

Signature

Brendan Reynolds

 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.