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
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...
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...
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
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...
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...
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]"...
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...
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...
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...
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
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...
OceanBlue:
I just found your post regarding the auto Fe updater & have downloaded it to check it out from http://www.granite.ab.ca/access/autofe.htm
I know I'm missing something simple in the instructions, but no matter how many times I read the directions, I don't get it.
Do you need to...
Yes, you can customize a switchboard by user. I built a table of network users & what default switchboard they should have. Then, using code I found here, identify the network user & load the appropriate switchboard.
But I just wondered if it could be friendlier making a form for each user &...
Lameid:
I'm curious about your switchboards. I have a couple of standard switchboards set up with the code to display the correct one based on the network user ID, but you say you use static screeens? How would you handle this problem that way? Build a different form in the fe for each user...
Lameid:
I don't think I explained my scheduled tasks well enough.
I'm not using them to roll out updates, I'm running queries & reports from a scheduled task, therefore changing temp tables in the front end.
From reading the rest of the threads, it sounds like I ought to have 1 back end, 1...
Thanks for all the input!!
I have my scheduled tasks running each night on the server. The main FE/BE is on the server. Should I make a secondary copy of the FE for the scheduled task to run, or use the original?
Thanks,
Connie
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.