• WSaccdb

    WSaccdb

    @wsaccdb

    Viewing 15 replies - 46 through 60 (of 126 total)
    Author
    Replies
    • in reply to: Novell’s Groupwise Email (Access97) #769280

      The user has a table where they can add or delete email addresses at will. They do not have access to the code to add additional lines of – .Recipients.Add Addressee@Addressee.com – for each email address to appear in the TO: field of the email.

      I hope this is clearer.

      Thanks

    • in reply to: Novell GroupWise Email (Access97) #756526

      Hi Judy,

      I’ve tried .Recipients.Add (“xxxxxx@xxx, zzzzzzz@zzz”) but only the first email address receives the email.

      Do you have code that demonstrates how you send a group?

      Thanks

    • in reply to: Novell GroupWise Email (Access97) #756527

      Hi Judy,

      I’ve tried .Recipients.Add (“xxxxxx@xxx, zzzzzzz@zzz”) but only the first email address receives the email.

      Do you have code that demonstrates how you send a group?

      Thanks

    • in reply to: Copy / Past FE (Access 97) #746082

      If I remember correctly, you can create the bat file in Note Pad. Change the file extention from .txt to .bat

      In the .bat file you would use dos commands.

      copy n:myfoldermyfile.mdb c:mynewfoldermyfile.mdb

    • in reply to: Copy / Past FE (Access 97) #746083

      If I remember correctly, you can create the bat file in Note Pad. Change the file extention from .txt to .bat

      In the .bat file you would use dos commands.

      copy n:myfoldermyfile.mdb c:mynewfoldermyfile.mdb

    • in reply to: Copy / Past FE (Access 97) #746078

      Not sure about vbs but you could do the same with a .bat file.

    • in reply to: Copy / Past FE (Access 97) #746079

      Not sure about vbs but you could do the same with a .bat file.

    • in reply to: Map A Network Drive (Access 97) #733159

      Thanks

    • in reply to: Map A Network Drive (Access 97) #733160

      Thanks

    • in reply to: MDB to MDE Error (Access 97 sr2 – NT4 6a) #726813

      Hi Hans,

      Thanks for responding.

      As your post indicated I did some digging and this is what I found so far. The MDE opens with a Main form and in the Open Event there is a DoCmd.Maximize. To run the report another form is opened from a button on the Main form. This form also contains in the Open Event, DoCmd.Maximize. Both forms work perfectly.

      The error is generated when the processing Notification form is opened. The Notification from also has the DoCmd.Maximize in the Open Event. I removed the DoCmd.Maximize from the Open Event of the form and the error went away. I am in the process of tracking down the next error.

      The Notification form contains three labels that notify the user which stage the report is in before it is printed. They become visible for each stage.

      Any ideas why the DoCmd.Maximize in the Open Event causes an error on the Notification form and not the other two?

      Thanks

    • in reply to: MDB to MDE Error (Access 97 sr2 – NT4 6a) #726814

      Hi Hans,

      Thanks for responding.

      As your post indicated I did some digging and this is what I found so far. The MDE opens with a Main form and in the Open Event there is a DoCmd.Maximize. To run the report another form is opened from a button on the Main form. This form also contains in the Open Event, DoCmd.Maximize. Both forms work perfectly.

      The error is generated when the processing Notification form is opened. The Notification from also has the DoCmd.Maximize in the Open Event. I removed the DoCmd.Maximize from the Open Event of the form and the error went away. I am in the process of tracking down the next error.

      The Notification form contains three labels that notify the user which stage the report is in before it is printed. They become visible for each stage.

      Any ideas why the DoCmd.Maximize in the Open Event causes an error on the Notification form and not the other two?

      Thanks

    • in reply to: Query-Security-Permissions (Access 97) #724011

      Excellent!

    • in reply to: Query-Security-Permissions (Access 97) #724010

      Excellent!

    • in reply to: Query-Security-Permissions (Access 97) #723709

      Hi Charlotte,

      Is there a way to modify the code you gave me to extract/view the SQL from/in a query?

    • in reply to: Query-Security-Permissions (Access 97) #723710

      Hi Charlotte,

      Is there a way to modify the code you gave me to extract/view the SQL from/in a query?

    Viewing 15 replies - 46 through 60 (of 126 total)