Second Post - (First Post is Gone) - Please Help!! 
Author Message
 Second Post - (First Post is Gone) - Please Help!!

What version of Access are you using?  I don't know about Access 7 or 8 (
which use VBA ), but Access 2 ( using Access Basic ) does not have a For
Each expression.  You will have to translate that into something like the
following:

For x from 0 to ctr.Documents.Count - 1
    Set doc = ctr.Documents(x)
    ...



Sat, 18 Dec 1999 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. IO Problems - Second Post(First Didnt make it)

2. help please My first post did'nt work( I think) - 2 Attachments [0/2]

3. help please My first post did'nt work( I think) - 2 Attachments [1/2]

4. was going to buy VB, have questions (sorry about the first empty post)

5. PLEASE, PLEASE HELP, am I going MAD - Generating Totals

6. Second Post: Code I've entered for import

7. Second Post - Access Integration

8. Printing a file (second post)

9. Second post, any ideas

10. Second Post: Field Type AutoNumber and pre-setting Start value

11. Second Post: Blank Page with Printer Object

12. second half of post

 

 
Powered by phpBB® Forum Software