The only things in my startup folder are GoBack and some programs associated with my sound card. I will look into MSCONFIG when I get a chance. Thanks for the tips!
L.H.
How do I prevent System Information from executing on start-up. It is really slowing my logons down, bacause it has to load the information every time. I don't see any properties or options anywhere that will prevent it from opening, so is there some registery edit or other fix. Any help is...
Hello
There is no doubt a simple solution to this problem, but one that nevertheless I seem to be overlooking. How do I get a text box to be centered on the screen. If I center it on my computer, then someone with a larger monitor always gets the box running a little to the left. My...
How else can users without Access installed on their system view the information that would normally be viewed in forms or reports? Unless I am mistaked the only way to allow non-Access installed users to view records is through a data access page or asp. Thank you for replying onpnt...
I am using Access 2000 and I have created a Telephone Directory to use over the LAN. I made a data access page, because everyone doesn't have Access installed on their computers. I am now trying to put in a button that will open Outlook from my access page, and possibly insert information from...
How do I code a button's On_click event in a data access page to open Microsoft Outlook and possibly fill-in some information contained within the database to Outlook's contact list. I'm using Access 2000 and I have a sample code from Microsoft...
Does anyone have experience using VBscript in a data access page to connect to Microsoft Outlook. I would like to do something very similar to the code listed here: http://support.microsoft.com/default.aspx?scid=kb;en-us;Q161012
but I don't know what changes are necessary for use in VBscript...
Thanks Steve,
This should get me on the right track. If anyone else has done this before I would appreciate the advice as I am trying to figure out whether or not this is worth my time. If it can be implemented in a few days it would be an awesome tool, on the other hand, if this will take...
I was reading through one of Microsoft's sample databases regarding Business Contacts. The sample has a form called "Switchboard" with several buttons including "Import contacts from Outlook". I was wondering if it would possible to manipulate the VBscript so that users...
My pictures are large because they are scanned images of maps. If they were smaller, they wouldn't be any help in telling people where things are located. They have to be able to get a general idea of the surrounding streets just by looking at the map. The problem arose when I had to start...
I'm having trouble with images that have a canvas size over 1275x1753 pixels. Is there any way to code the form to allow more pixels or larger canvases? If not, what is the largest size Acces will allow? Thanks in advance for any help!
L.H.
Well you were all correct in your assumptions! I came back to the code this morning and noticed my error in less than 30 seconds. I needed a space between "My Documents". I guess whoever said "don't sweat the small stuff" wasn't a programmer. I did end up using Me...
Thanks for the suggestion HAH, I've been messing around with these 5 lines of code all day. One version of my code looks like this:
[code]
Private Sub Form_Current()
If Me![ID] <> 0 Then
Form_FrmLinkedMap.Picture = "c:\MyDocuments\SanitaryMaps\" & Form_FrmLinkedMap.ID...
Thanks for the suggestion HAH, I've been messing around with these 5 lines of code all day. One version of my code looks like this:
[code]
Private Sub Form_Current()
If Me![ID] <> 0 Then
Form_FrmLinkedMap.Picture = "c:\MyDocuments\SanitaryMaps\" & Form_FrmLinkedMap.ID...
Sorry for re-posting, but I wasn't sure if my adding to my old thread would get a response. I have been working on this database for a long time and if I can just get these maps to display correctly I can put this beast to rest. I'm still having trouble getting linked images to sidplay in a...
Sorry for re-posting, but this problem is really bugging me. I have been working on this database for a long time and if I can just get these maps to display correctly I can put this beast to rest. I'm still having trouble linking images. I have a table with two fields... [Map] which contains...
Still having trouble with linking images. I have a table with two fields... [Map] which contains linked maps from the directory "c:\mydocuments\sanitarymaps" and [ID] which is just an autonumbered field. All of my maps are saved as the corresponding records autonumber. So the first...
Nevermind I am really stupid. I just made my button over again and used the wizard to filter by ID # instead of displaying all of the pictures. Thanks for the advice though I really appreciate the expediancy of your reply.
L.H.
I have one table that stores records for a business. Each record has a picture, and in the subsequent form I put in a button that opens a seperate form to display the pictures because they are quite large. My problem is that I would like the the form to display the picture of the record that...
Did Access 2K2 create a backup file for you?? (i.e. "mdb1.bak) If so you might have to revert back to that. Just a thought though I'm no expert.
L.H.
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.