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 Chriss Miller 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: GussyBoy
  • Content: Threads
  • Order by date
  1. GussyBoy

    Remote Connection to Windows CE Devices

    I have alot of Windows CE devices on my network and I'll like to remotely administer them. What is the easiest and cheapest way to accomplish this? I have been reading on Terminal services but I dont think this is a suitable approach. I downloaded ActiveSync. I guess this will be used to...
  2. GussyBoy

    Event 1054

    I have a network comprising of a Head office and 10 remote locations. At the HO there are 2 DC's, the remote offices are connected via high speed links and consist of one member server in each location. Out of the 10 remote locations, one of the servers is a DC. Im getting the event 1054...
  3. GussyBoy

    NTFS Permissions Cleanup

    I have a network drive with numerous folders, sub folder and files. Each folder, obviously, has its own DACL, each with various entries. What I want to do is remove all entries from all DACL's without having to go through each folder and deleting the entries. Is this possible? Please advise...
  4. GussyBoy

    Export User Name and Login Names

    Is there an export function available for me to generate a list of users and their login names in AD?
  5. GussyBoy

    Auto login to domain controlled by active directory

    Is it possible to have a group of users auto log into a group of pcs in an OU? If so, where can this be set? I am able to do it by modifying the registry but the password is in plain text. Please help.
  6. GussyBoy

    Share a local printer over the network / domain

    I have a printer that is installed locally to a pc 'A'on my domain. I'd like to have a domain user connect and print to this printer. I've shared this printer on pc 'A' and granted permission for all domain users to print to it. Apparently, all domain users cannot connect to pc 'A' via the...
  7. GussyBoy

    Create administrator with limited privilages in server 2003

    I'd like to create a user or administrator with limited privilages on my Server 2003 network. I know that the Power User object is not a option but I'd like this user just to have rights or access to do a few things. Is this possible?
  8. GussyBoy

    USB001:virtual Printer Ports - Windows XP

    I have two on-board USB ports and I've added a new 4 port USB PCI card to my PC. I'm trying to install a printer via the wizard but there are no virtual USB ports in the Drop down list. How can I get XP to have virtual ports in the list so that I can install the printer? Please advise. Thanks.
  9. GussyBoy

    Copy a record from one table to another

    I have a table with a few fields one of the fields being a combo box. This combo box is used to select the record that i want shown on the form. After selecting a record, I want to use a command button to add/copy the current record to another table. Is this possible? I've tried building a...
  10. GussyBoy

    Callenders

    Does an dropdown calender object exist in MS Access? If so, how can it be added to my form?
  11. GussyBoy

    DoCmd Code

    What does this line of code do? DoCmd.DoMenuItem acFormBar, acRecordsMenu, 5, , acMenuVer70
  12. GussyBoy

    Can't go to te specified record

    What does this messge mean? Also, would these four seperate lines of code have anything to do with the message? DoCmd.OpenQuery stDocName, acNormal, acAdd DoCmd.OpenQuery stDocName, acViewNormal, acAdd Me.Dirty = False DoCmd.DoMenuItem acFormBar, acRecordsMenu, 5, , acMenuVer70 Please help.
  13. GussyBoy

    Writing criteria for a Delete Query

    I am creating a delete query where I want to delete data from table that is based on a particular field/object on my form. The string in this field/object changes everytime the query is to be ran. The query works fine when I put an actual string in the criteria. How can I reference the data...
  14. GussyBoy

    Validating multiple input maks on the same form

    I have a form where the user is required to input various accounts such as: 1) 116900 216113 2) 511210 2801 These accounts are only entered in these lengths. I want to be able to validate the account entered no matter which type of account is entered. I've tried input masks 000000\ 0000CC...
  15. GussyBoy

    Append Query, Delete Query and a Shared Form

    I have a database that is used by multiple users. I've create an MDE database to accomodate this. In this database I have a form that all my users can access, usually at the same time. What this form does is similar to an invoicing system where each user gets a new invoice number when they...
  16. GussyBoy

    Me.Dirty

    What do these lines of coding do? Please advise. Me.Dirty = False DoCmd.DoMenuItem acFormBar, acRecordsMenu, 5, , acMenuVer70
  17. GussyBoy

    Consolidating data

    I have a table that has a few fields of customer records.....two of the fields are LName and FName (name of a customer). Firstly, I want to create a list box that shows all customer names (LName and FName). I know how to do this but I want to avoid having multiple customer names that are the...
  18. GussyBoy

    Records arbitrarily being deleted

    I have a completed database with forms, subforms and other objects. I have converted it to an MDE where many users can access the database simultaneously. Some forms have delete record queries attached to them where particular records on the subform are deleted when a command button is...
  19. GussyBoy

    Preview a table

    Is it possible to preview a table similar to how you could preview a report? Please advise. Thanks
  20. GussyBoy

    Randomly select records

    I have a table of about 20000 records. I want to randomly select 100 records from the 20000 and echo the 100 records to a report. I have also included a Yes/No field type. This will be used to identify the 100 selected records. I have created an ID (Autonumber) field marking the number of...

Part and Inventory Search

Back
Top