A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » New Users
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Help Please Message Box - Returning A Count of Records



 
 
Thread Tools Display Modes
  #1  
Old November 30th, 2005, 06:35 AM posted to microsoft.public.access.gettingstarted
external usenet poster
 
Posts: n/a
Default Help Please Message Box - Returning A Count of Records

I have an import table, OrdersIn, that I want to be able to count the the
number of records processed after the import routine is completed and have
the record count returned to to a message box. Is this possible ?

I'd be grateful for any help

Many thanks

Paul

  #2  
Old November 30th, 2005, 07:33 AM posted to microsoft.public.access.gettingstarted
external usenet poster
 
Posts: n/a
Default Help Please Message Box - Returning A Count of Records

Paul,

Like this?...

MsgBox DCount("*","OrdersIn") & " records imported."

--
Steve Schapel, Microsoft Access MVP


Paul wrote:
I have an import table, OrdersIn, that I want to be able to count the the
number of records processed after the import routine is completed and have
the record count returned to to a message box. Is this possible ?

I'd be grateful for any help

Many thanks

Paul

  #3  
Old December 2nd, 2005, 04:54 AM posted to microsoft.public.access.gettingstarted
external usenet poster
 
Posts: n/a
Default Help Please Message Box - Returning A Count of Records

Thanks Steve, terrific

Paul

"Steve Schapel" wrote:

Paul,

Like this?...

MsgBox DCount("*","OrdersIn") & " records imported."

--
Steve Schapel, Microsoft Access MVP


Paul wrote:
I have an import table, OrdersIn, that I want to be able to count the the
number of records processed after the import routine is completed and have
the record count returned to to a message box. Is this possible ?

I'd be grateful for any help

Many thanks

Paul


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
multiple count of records within on recordset chad824 General Discussion 6 November 10th, 2005 08:29 PM
Compare table Records and Count New Records Matt B. via AccessMonster.com Running & Setting Up Queries 2 September 2nd, 2005 09:37 PM
Pivot Table Access 2000? Air-ron General Discussion 2 October 29th, 2004 06:19 PM
count records based on date range keith0628 General Discussion 1 October 26th, 2004 07:51 PM
Outlook Express is slow ava cohen Outlook Express 18 August 27th, 2004 12:17 AM


All times are GMT +1. The time now is 04:34 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.