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

    Is this possible?

    I want to somehow write a PCL file to package with the installation files for a Lexmark Optra T 520. I want this file to be able to automatically set the menu settings on the printer and lock the settings down. If the user then finds that the printer isnt printing right then they can reisntall...
  2. schltzy99

    Lexmark PJL Script

    Hello all, I was wondering if anybody was familiar with the PJL language and would know how to implement it in this situation: I have a Lexmark 520 Printer that I need to be able to lock the menus on the printers so that the printer maintains the settings that we choose. Lexmark told me that...
  3. schltzy99

    Figuring out elapsed time

    Hi, I have already did a search, but couldn't find any info on this... I have an access database that has a open_date (mm/dd/yyyy tt:tt pm/am) and close_date (same format) and would like to get a result that takes the difference between the close_date and open_date to give me the results in...
  4. schltzy99

    Mass email

    Hi, I need to create a mass email list to send to clients who have become inactive within my database. What code can I write in VB to do this. The approach I want to use is loop through the database using a do while loop and add peoples names to the "To" part of the email until the...
  5. schltzy99

    Delete in Datagrid not refreshing on page

    The problem I am having is that whenever I delete an item from my datagrid the datagrid does not refresh itself. I have the delete linkbutton in the last column which is a template column. The page functions appropriately and deletes the record, but I cannot get it to update the page. I tried...
  6. schltzy99

    opening a file path in word

    How do you open a file path that is displayed in a textbox inside a word document? So far I have the code working to click on a button that opens up a browse function. In here you select the file you want. This populates a textbox with the path to that file. Private Sub...
  7. schltzy99

    Converting Uppercase to Lowercase

    Does anyone know how to convert an html files code from uppercase to lowercase so that it can be compatible in a unix system? I was told that I might be able to do it with Regular Expressions? Also, is there a program out there that converts file names to all lowercase? Thanks for your...
  8. schltzy99

    Forms based on user permissions

    Is there anyway you could pull up specific records on a form based on that persons ID and permissions. The database would pull this persons ID based on their network ID that they use to log into their computer. This would allow "Owners" to have access to the specific records that they...
  9. schltzy99

    Continuous Form...Visble Property

    I have a continuous form that displays various fields. Is there a way where I can hide certain fields for one row, yet show them for another? Thanks! RSchultz rschultz@insolsys.com **Access 2000**
  10. schltzy99

    Populate fields in a table when a form field is filled

    I am rather new to Access so please bear with me. I would like to know if anyone can help me to do this: I have a form, frmInitialScreen, that has a field, initial_screening with a control source: Initial Screening A/R/H. This field is composed of a value list: Accept, Reject, Hold. Is it...
  11. schltzy99

    Email using fields in Access

    Hi, I am rather new to some of the functions of MSAccess. Is it possible to create a module that will fire off when a form is submitted that will pull an email address from a field in the form and using that email address send an email to that person? The email would pull its subject and...
  12. schltzy99

    How to limit a sub form to one entry

    Does anyone know how to limit a subform to one entry per record? In a little more detail, I have a form that allows a user to scroll through a list of job applicants, and the subform allows the user to enter information about their salary requirements, work location, etc. Is there anyway to...

Part and Inventory Search

Back
Top