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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: vandaliarental
  • Content: Threads
  • Order by date
  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

    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...
  3. 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...
  4. 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...
  5. 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]"...
  6. 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...
  7. vandaliarental

    FE

    We have a Windows 2003 server. Currently, we've only had 1 front end on the server with no security set up. There are shortcuts for each user to run whichever dbs they need. After reading several messages, I am in the process of setting up security & distributing the FE to each user. Just a...
  8. vandaliarental

    Duplex printing on HP5550dn

    We have a HP5550dn installed on our Windows network. I have a 2 page document I'd like to duplex. I've picked the printer and set the finish options to 2 sided. If I only print 1 copy, all is well. If I print 2 copies, it will give me 2 sheets, the first with page 1 on front & back & the second...
  9. vandaliarental

    Cannot start Goldsync as service

    We are running Goldmine on our network server (MS Windows Server 2003 for Small Business, SP1) and would like to set up Goldsync as a service. I've tried going to the Goldsync Administration Center & create the service, having it start on reboot. When I reboot the server, I can check the...
  10. vandaliarental

    Scheduling tasks while logged off

    I've set up several scheduled tasks (MSAccess) that run overnight on my local machine. I've been staying logged in, so that when I check in the morning, I can see if they ran OK. We've been having some issues with the server disconnecting, therefore the Access reports will fail because our s...
  11. vandaliarental

    Set default switchboard based on network user ID

    I've used the Switchboard Manager to create several different switchboard for different users. I also have the code to pull their network user ID & using a Dlookup, find which switchboard should load when they open the database. The database is set up to load a default switchboard upon opening...
  12. vandaliarental

    Excel hide cell contents

    Is there a way to hide the contents of a cell depending on a check box? I have a spreadsheet showing a 'Total:' & a sum of the above cells. If the user unchecks the total check box, I'd like to hide the word Total & the sum amount. There may be other information in the row, so I can't hide the...
  13. vandaliarental

    Syncing InfoCenter attached documents

    I have several files I'd like to update on each laptop whenever a user syncs. I thought that attaching the file to a page in the Knowledge Base in InfoCenter was the way to do it, but it isn't working. Any ideas? Thanks, Connie Vandalia Rental
  14. vandaliarental

    CD writing wizard - no disc in drive

    We recently bought a new computer with XP pro & installed our old cd drive in it. It reads fine, but won't write. I can copy files to e:, but when I try to actually write them to the cd using the wizard, I get the following: Insert a writable disc to continue. There is no disc in the drive...
  15. vandaliarental

    Calendar view - day vs. month

    Is there a way to show other actions, events & to-do's on the day view of the calendar, but not on the month view? It really clutters up the monthly view, which we only really need to see appointments. Thanks, Connie Vandalia Rental
  16. vandaliarental

    Verify InputBox answer

    I know this is a simple question, but I just can't figure out the best way to do it. I have an InputBox prompting the user to enter a choice: str = InputBox("Choose (A) or (B)"),"Choice","A") I want to verify they enter either A or B, and if they enter anything else, I'd like to loop back...
  17. vandaliarental

    Recurring tasks

    We just getting ready to switch over from Outlook to Goldmine. One feature I regularly use in Outlook is the recurring tasks, with the feature to recur 2 months after the task is completed. (Just because it's due today doesn't mean I can actually get it done the same day!). Is there a way to...
  18. vandaliarental

    Link csv table with dd mmm yy format

    I'm trying to link to a csv table that includes a date field formatted as dd mmm yy (20 Jan 05). Using the wizard, I've tried the advanced option that the dates are saved as dmy & a 2 digit date, but I always get a #num in the date field when I look at the table. If I link it & leave it as...
  19. vandaliarental

    Scheduler database / crosstab form

    I am looking to create a database to maintain our employees schedule. I've got a table created with employee number, date, time in & time out, and have created a crosstab query, combining the time in & time out so it shows as the value. Table: Emp# Date TimeIn TimeOut 1 12/6/04...
  20. vandaliarental

    Prints banner sheet on network

    When a user opens a database on my machine through the network & prints a report to the network printer, it'll print a banner page showing which user it came from. When I print the same report from my pc, it doesn't print a banner page. How can I disable the banner sheets? I've checked the...

Part and Inventory Search

Back
Top