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

    Using Variables in an append query

    I have an append query which I am trying to implement as part of a loop, so I don't have to write 10 or more different Append Queries and load them as necessary. Now I have tried this several way, and I'm not having much success. My first attempt is below.... ''put into variables...
  2. SpankYou

    Change Default Printer, But Reports Not Working

    Basically I have a search, and depending on what you search by, you can print of a number of reports. Now, I wanted to bring up a print dialogue box, so that you can select which printer you print to, but I have a problem. Basically I can be printing up to five reports sequentially, and of...
  3. SpankYou

    Currency format in code Not recognised

    Hey, This problem has me baffled. In a textbox, which is bound I display a price per share. I have set the format to currency, and everything displays fine. But in code I am trying to copy the value exactly as it is displayed in the textbox. Now I have tried the following methods. The value...
  4. SpankYou

    Access 2002 Cannot Access Fields

    I have this code which I have adapted from the microsoft website, basically this should put all the tables names in one listbox and all field names in another. The table names work but the Field names doesn,t. I'm not quite sure what I'm doing wrong, the code doesn't error, but when I put the...
  5. SpankYou

    Alt Gr and Arrow Key?

    I'm using Windows XP on a Windows 2003 server, if I hold down Alt Gr and an Arrow Key (any direction), the screen changes dependant on which arrow I press, I don't have XP at home so I can't test this any other way, does this happen on all XP machines? is it an Easter Egg? (one of those non...
  6. SpankYou

    Auto Resizing Nearly Working

    Hey, I am using the Auto Resize MDE file supplied by Getz, Litwin, and Gilbert (Sybex). Now I have entered the code onto my forms as necessary, and it works great. Apart from on 1 form. Basically this for has a subform. Now the sub form does not contain the resize code just the parent. When I...
  7. SpankYou

    Get Domain Name Of Windows 98 Computer on Server

    Hey, (This is an office 2000 database built using Access XP, on a Windows XP system) How do I get the Domain Name from a Windows 98 computer on a Server. I have tried many different functions available on the net including, Set net = CreateObject("Wscript.Network") sDomain =...
  8. SpankYou

    Developer Runtime Not Working

    Hey, This is based on my last post but a slightly different problem. I have developed an application in Access XP Developer's Edition on a Windows XP operating system, I have run the developer wizard to create the run time version. The application works fine on the development PC, and also on...
  9. SpankYou

    XP Developer run time app in access 97

    I have developed an application in Access XP Developer's Edition on a Windows XP operating system, I have run the developer wizard to create the run time version. The application works fine on the development PC, and also on several other systems containing Windows XP operating system and office...
  10. SpankYou

    Code To Export Table Not Working

    Hey, Basically the code below, should first create a database and then copy the tables from one database to another. At the moment I am using another access database file to perform this task, (I would code it in VB, but we don't currently own a version). This code works a treat if you copy the...
  11. SpankYou

    Run procedure in sub form from button on parent form

    Hey, I have a Parent Form which provides a searching function for Time Sheet Entries, and a sub form where I can add a Time Sheet Entry. Basically if a user enters a new Time Sheet Entry into the subform, then they can save this entry. If the user exits the program via my command button (there...
  12. SpankYou

    Select All Active Cells

    Hey, I have an Excel workbook, and on one sheet there is a drop down box, in this drop down box is a list of ID's as declared in the second worksheet. Then using the lookup function depending on the ID entered, the remaining cells in that row enter the data relevant to the ID in sheet 2. This...
  13. SpankYou

    SQL Query Loads Value, but won't save

    Hey, Basically when a user enters a WorkRequestNumber in one text box this should automatically load the SalesOrderNumber into another textbox. As of yet I could not get this working. If anyone knows how to do this I'd be very grateful. As an alternative I have created An SQL Query. When the...
  14. SpankYou

    Split String with No Deliminator

    Hey, Basically I have built an automated Audit program, and part of this program lists every program in the uninstall directory held in the registry, along with the Version and Date. A problem is that the date is returned as 20030911. What I would like to do is take this date and put the first...
  15. SpankYou

    WMI Script - VB Doesn't pick up error

    Hey, I've adapted this WMI script from the Script Center on Microsoft's site. the code itself works fine, but this picks up all drives including A: and E: (my floppy and CDROM), as there is not always a disk in these drives it comes up with the error, Run Time Error '71' Disk Not Ready, so I...
  16. SpankYou

    DLL Error

    This code below checks the windows password (from the Id already obtained). I wrote this code in Access 2000, but have since been given a new computer with Windows XP Office. All my other code works, but with this code I get the following error, Can't Find DLL entry point WNetVerifyPasswordA in...
  17. SpankYou

    Listing All Applications On Computer

    Hey, I have been asked if it is possible to list all the applications that are installed on a computer? I know they are listed in the Add/Remove Programs Section, but this is part of an audit program, that involves network connections for each user, all the users on a network and other such...
  18. SpankYou

    Find Current Network Username

    Hey, I was just wondering how you might obtain the current network User's username, I have an example for an application but not for the network... e.g ... Application.CurrentUser Thanks for any help Sam "You couldn't fool your mother on the foolingest day of your life if you had...
  19. SpankYou

    Adding date direct to field

    Okie dokie here I go, I have a form linked to one table, pretty simple stuff. Now what i want to do is to add a last edited date to the record. I have a last edited field in my database, And a textbox for which to view it. The textbox is locked and disabled, and so I don't want to have to...
  20. SpankYou

    Parameter Required when already shown data

    Hey, I'm using an access 2000 database, and am currently creating a form that searches for any records that meet the search criteria. This all works fine. The problem I'm having is once the relevant records details are placed in a list box, I want to be able to double click the list box on the...

Part and Inventory Search

Back
Top