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 TouchToneTommy 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: nickperez22
  • Order by date
  1. nickperez22

    Using a variable in a recordset

    I want to create a do loop in a recordset where I want to change the field that is being updated from Field01 to Field02, Field03 etc. on each loop. rst2.Edit rst2!Field01 = intUpdate rst2.Update I've tried a few things like setting a variable to replace the Field01 so that the code would...
  2. nickperez22

    Matrix Inventory Items

    I have several inventory items such as Tshirts that have various sizes and colors. Instead of creating a separate item code for each one, I would like to create only one item, identify it as a matrix item and be able to track the quantity on hand by size and color. I know a lot of programs...
  3. nickperez22

    Problems with Datasheet view of Lists

    I found out that the problem was that I had MS Office XP installed in some of the computers and that this is why it wouldn't open the list in datasheet view. You need to have Office 2003 and run SP2. After that IE will properly prompt you to run the ActiveX control needed to open up the...
  4. nickperez22

    Problems with Datasheet view of Lists

    I have seen several questions on the sharepoint site regarding an inability to view a list in datasheet view. Since I have several computers I have been able through a process of elimination to identify the problem. On the computers where I am able to open up the datasheet view correctly I...
  5. nickperez22

    Info Path Forms

    I just don't understand this, but I thought the whole point of being able to publish these forms onto sharepoint was that other users would only need their web browser to enter the data in the forms. I've been playing around with infopath too and found they worked beautifully on my machine...
  6. nickperez22

    Can someone recommend me a good book?

    I hadn't used Safari before I read this post, it is excellent, and they also have a complete video instructions for a sharepoint administrator, I found it even better than the pilothouse series.
  7. nickperez22

    Can someone recommend me a good book?

    Pilothouse consulting has a pretty good training DVD on sharepoint 2007 for Administration and Development
  8. nickperez22

    Automation with Outlook Express

    I have a routine built in to my Access application to send an email using Outlook, does anyone know first hand if this routine will also work with Outlook Express?
  9. nickperez22

    Closing another mdb application

    I understand all of that, however I come back to my origial question I just need the code in my front end A to be able to shut down front end B in case it is open before the backup process begins of the back end. This is an application that is in 30 locations and the backup process is working...
  10. nickperez22

    Closing another mdb application

    The back end is a third database. I have 2 different front end applications that link to the backend. When I do a backup of the backend I want to make sure that the other front end application isn't open.
  11. nickperez22

    Closing another mdb application

    I need to make sure another frontend application is closed before commencing to do a compact and backup of my database backend data. The front end where I have my backup routine is called VC.mdb and the front end that I want to make sure is closed is called SMP.mdb. So how do I close SMP.mdb...
  12. nickperez22

    Program Paper Cut in VBA

    I want to create a paper cut on a EPSON T88 thermal printer in code. The printer manual has the following code for doing this in Visual Basic, however when I try to run this in Access VBA I get an error that the variable "Printer" is not defined. Printer.FontSize = 10 Printer.FontName =...
  13. nickperez22

    Access is printing unneccessary pages

    If you are having blank pages print in between pages I have usually found this to be a result of the report being too wide for the specified paper and margins. If you are building the report with a wizard try to fit the report within the established format. My reports on portrait type paper...
  14. nickperez22

    Windows 2000 IIS5 - ASP Doesnt work.

    Jakhan: From where (or what program ) do I run the script Cscript synciwam.vbs, this is obviously a program that won't run from the command line. I
  15. nickperez22

    Copying a table from one backend database to another

    Thanks littlesmudge that worked pretty good. I'm always amazed by how many smart people are out there. Have a nice day.
  16. nickperez22

    Copying a table from one backend database to another

    I need to copy a table from one backend database (Source) to another (Destination) from my frontend. I tried using CopyObject but it only allows me to set the destination database and not the source database. Since the table that I'm copying is a linked table to the front end when I ran the...
  17. nickperez22

    automate creating tables from another table

    I have an application that has 2 backend databases that I would like to consolidate into one. Basically I'd like to know how I can copy the tables from one of the backends to the other. I tried using the CopyObject command from the front end but this only allowed me to set the destination...
  18. nickperez22

    Checking a file's date

    Thanks so much to both of you. I never knew there was a FileDateTime function in Access.
  19. nickperez22

    Checking a file's date

    I have a backup routine that compacts and zips the backend before opening an application. This process can take anywhere from 2-5 minutes. I would like to be able to check the zip drive file to see if a backup was already done today and if so skip the compact and backup routine, however I do...
  20. nickperez22

    Integrating Microsoft Access 2000 with Quicken/Quickbooks

    There are also several third party applications built in Access to integrate with Qbooks. Look in the intuit website.

Part and Inventory Search

Back
Top