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 Rhinorhino 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: *

  1. gusbrunston

    Norton 360 removed (was it?) Can't get rid of Norton firewall!

    Hi: Thanks for reading this thread. I removed an expired Norton 360 program to replace with another vendor's security suite. Although the Norton 360 is gone for all I can tell, my Remote Desktop won't allow a remote user in. When I click on "Security" in Control Panel (Win XP) I find that the...
  2. gusbrunston

    MFC-5440CN "Unable to Clean" error

    Hi: Someone said "I think I put the cartridge in wrong the first time." and the printer has an error message "Unable to Clean..." 1a. I have determined as well as I can that there are no faxes waiting to be sent. 1b. There are no paper jams. Those were the recommended fixes when I downloaded...
  3. gusbrunston

    Force combo box open when duplicate fields

    Hi! Combo box has list of names, ID numbers, other profile data. User enters name, then other fields on the form are populated based on the name entered. In the event of duplicate names, after entering the name, user CAN but WON'T use down arrow to see the duplicate names with other unique...
  4. gusbrunston

    Are terminal server licenses required to...?

    Goal: Give (5) users on LAN capability to use applications installed on server at the same time. That is, upgrade applications on server only. Currently: Using a peer-to-peer LAN with one machine acting as a file server. Each user has Ms Access "front end" linked to "back end" tables on the...
  5. gusbrunston

    PC locks up after 10 min of inactivity

    Hi: I maintain a computer system and MS Access application for a Real Estate Property Management Company. My setup: 5 computers on an LAN, peer to peer network (if that's what "no domain" means). Operating system: Win XP Pro My problem: The computer that I use as a file server locks up after...
  6. gusbrunston

    How do I maximize browser window after follow hyperlink?

    Hello! I can follow a web hyperlink from an Access form, and the browser window will open "minimized". How can I get the browser window to open "maximized"? Private Sub txtWebsite_DblClick(Cancel As Integer) If Me.txtWebsite > "" Then Screen.MousePointer = 11 'Doesn't do anything...
  7. gusbrunston

    Outlook 2003 email filters stopped working

    Hi: I tried to reconfigue my Outlook 2003 to send all email that was from addresses that are not on my approved sender list to the Junk Email file. After that, all my filters stopped working, and all email (100's/day) go into my inbox. I have in the past had CA spam applied. That has probably...
  8. gusbrunston

    Tab Control -- can't limit control to one page?

    Hi: When I paste a control on one page of a tab control, the control appears on all pages. I have tried to paste with the page tab selected, but it still seems to happen. (I used to know all this stuff, but now I'm suffering from 'octogenarianism' and it's tough...) Would appreciate your help...
  9. gusbrunston

    Make-Table query: create records based on another table's criteria?

    Hi: I would like to run a make-table query to post rents to a table used to produce invoices. Existing table includes the following fields: TenantID Rent LeaseStartDate LeaseEndDate For each TenantID the new table should contain a record for the Rent due on the first of each month equal to or...
  10. gusbrunston

    How to handle the pay fields for electronic 1099s to IRS

    After some years struggling for this I finally learned how to get the 12 character text string for the pay fields in the file of 1099s for submission to the IRS at Martinsburg (due Mar 31, by the way). I put the following field in my query...
  11. gusbrunston

    Users accessing different backend versions for 2 days!

    Hi: I've never done it before, but I've done it now! I had a user's box mess up, and I discovered that half of the tables were not properly linked to the back end. When I used link manager to re-link everything, I chose a backup copy of the database rather than the current one. I am reading...
  12. gusbrunston

    Copied database turns "read only".

    Hello: (I'm repeating this thread from another forum after several days with no reply.) [hourglass] Whenever I copy a backend .mdb (the one with all the tables), I cannot use the front end to modify any data. I can go directly to the copied tables, open and modify the data. But when I try to...
  13. gusbrunston

    FTP uploaded back end is read only to front end ?

    Hello: I have uploaded a file from my office using FTP Dummy!, and when I try to open the file with the front end, it will not allow me to make any changes in the back end. However, if I open the back end I can change data in the tables. How can it be read only to the front end but allow data to...
  14. gusbrunston

    Can't find IIS on computer (WXPpro)

    Hi: I upgraded to Windows XP Pro, lost my Personal Web Server, am told everywhere that IIS is part of WXPpro operating system...can't find it. Please help this poor lost cranky old man. Thanks in advance, Gus Gus Brunston - Access2000/2002(DAO)
  15. gusbrunston

    Want to install a "bookmark" button. ?

    Hi: I would like to install a button on the website for viewers to add the website to their "Favorites" list. Anyone know how to do this? Would appreciate it immensely, especially on Thursdays. Cheers, Gus Brunston - Access2000/2002(DAO)
  16. gusbrunston

    Am I grinding to a halt? I must backup system!

    Hi: I've got a grinding noise that I've lived with for a couple of days. What's the best guess? I recently replaced a dead power supply. The noise sound is coincidental with HD activity light. It is absolutely essential that I back up including system files, that would allow me to restore...
  17. gusbrunston

    How do I open port 8013? (or 13?)

    Hi: I can't get any of the atomic time programs to work. The most articulate of them says "...ask the system administrator to open port 13...". My system administrator doesn't know! That's me. I suspect that the 13 means "8013". I've tried "Help" and "Administrative Tools"...can't find it...
  18. gusbrunston

    Invert the selection?

    Hi: I would like to get a list of PrimaryKeys in one table that are not included in another table. i.e., in the following, Table C is the result I want from a query: Table A Table B Table C 3030 3030 3252 3252...
  19. gusbrunston

    .LDB file: Is it the only source for user data?

    Hi: I have a procedure on a form to display who is logged on to the database. It reads the .LDB file and gives me the machine name but not the user name. Instead, it displays "Admin" where I'd like the user of the machine that is logged on. e.g., I'd like to see: Machine User...
  20. gusbrunston

    How can I block the right button on a picture?

    Hi: I would appreciate your help in blocking the right mouse button to prevent the use of our images by others. Thanks for any help with this. I couldn't find the answer by searching. Cheers, Gus

Part and Inventory Search

Back
Top