Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by vandaliarental

  1. vandaliarental

    Safe to delete a report?

    I have a subreport I think is not used in any other report & would like to delete it. Is there any way to search the database to see if it's used in any report other than just opening each one? Thanks, Connie
  2. vandaliarental

    New envelope shape

    Thank you! That's just what I was looking for!
  3. vandaliarental

    New envelope shape

    I regularly use the envelope tool on paragraph text, usually to insert a picture near the edge then have the text wrap around. For example, I want to insert a picture at the bottom right corner. I insert a new envelope, then need to modify the nodes to notch out the bottom right corner...
  4. vandaliarental

    Word 2003 active table of contents

    Under Tools | Options | Security, I set a password so that the document can only be edited if you know the password. Then, in vba, I wrote a sub that depending on whether the document was opened as read only or not, it would change which toolbars were displayed. I created a macro to go to page...
  5. vandaliarental

    Word 2003 active table of contents

    Thanks, Skip! I didn't know. Now, do you know of a way to keep the TOC open on the screen (probably at the side) while looking through the document on the other side? I know in Excel you can freeze the panes, but what can you do in Word? Thanks again, Connie
  6. vandaliarental

    Word 2003 active table of contents

    I currently have a document with a table of contents that we've been printing as a reference manual for our employees. We would like to make it interactive so that the employees can open it (read only) on our network & click on items in the table of contents & jump directly to those items (like...
  7. vandaliarental

    Goldmine and FaxRush / OmniRush

    Is anyone using FaxRush / OmniRush with Goldmine? I'd like to talk with someone about basic usage. We have it installed & I've watched the videos, but the users are having problems using it to send custom faxes. It seems to be cumbersome compared to something like WinFax. Thanks, Connie...
  8. vandaliarental

    Changing db properties

    Thanks, Ginger! I'll check in to that. Connie
  9. vandaliarental

    Changing db properties

    I'm using the following code to determine which user gets what start form & permissions: Public Function WhichMenu() Dim str As String Dim db As DAO.Database Set db = CurrentDb Const dbtext As Long = 10 Const dbboolean As Long = 1 str = "[Usr]='" & CurrentUser & "'" str = DLookup("[FrmName]"...
  10. vandaliarental

    Please insert disk labeled "Visual Basic for Applications (3821b)"

    I'm trying to modify a chart on a report. When I right-click on the chart, I get the following error: Windows Installer: Insert the 'VBA (3821b) disk and click OK. Please insert disk labeled "Visual Basic for Applications (3821b)" The closest disk I have is either the MSAccess install or...
  11. vandaliarental

    Group Policy file sync.

    Did you find a cure for this? I'm having the same issue. Connie Vandalia Rental
  12. vandaliarental

    Cannot start Goldsync as service

    Bill: Goldsync is working, just not as a service. When I tried it as a service, the sync failed, although I don't believe it's when the transfer set is created; it's when it tries to connect to the server because GS is actually running. I have a feeling you're on the right track with the...
  13. vandaliarental

    Cannot start Goldsync as service

    Bill: I think we have plenty of space on our hard drives: c: 9.07 used; 20.3 free s: 49.9 used; 218 free I can't see a transfer set being bigger than that. I'm still using the scheduler to start GM each morning at 4:00am & having it stop after 16 hours. In my event log, I'm getting the...
  14. vandaliarental

    Duplex printing on HP5550dn

    Marcus: I can't... it's grayed out. Nice to know I'm not alone, though. I've just been printing one side at a time & using the bypass tray. It's just in Quark; I can print as many duplex copies as I like in CorelDraw. Connie
  15. vandaliarental

    FE

    You remember correctly. Switchboards are based on a table. I've created an additional table showing which user has what default switchboard. Then the code that runs when they open the database finds the network user ID, looks up what default switchboard they ought to have in the table I created...

Part and Inventory Search

Back
Top