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 / Queries / March 2006

Tip: Looking for answers? Try searching our database.

Empty Table?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Marc Meltzer - 31 Mar 2006 16:31 GMT
What query can I run to determine if a table is empty?  I have a
placeholder table where whatever values it contains will be copied into
another table.  I want to make sure that the table is not empty before
proceeding.

Thank you!
Marc
Tom Ellison - 31 Mar 2006 16:55 GMT
Dear Marc:

How about:

SELECT COUNT(*)
 FROM YourTable

Tom Ellison

> What query can I run to determine if a table is empty?  I have a
> placeholder table where whatever values it contains will be copied into
[quoted text clipped - 3 lines]
> Thank you!
> Marc
Marc Meltzer - 31 Mar 2006 17:23 GMT
Yeah, that worked.

Thanks!
Marc

> Dear Marc:
>
[quoted text clipped - 12 lines]
>> Thank you!
>> Marc
 
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



©2008 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.