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 Wanet Telecoms Ltd 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: roles40
  • Content: Threads
  • Order by date
  1. roles40

    Password Entry displayed as "******"

    Is there any way to mask a msgbox entry as *****'s to hide a password?
  2. roles40

    Passing Username and Password during drive mapping

    I am a relative newbie @ VBS. I am in need of some help finding a function that gathers the password much like the username is gathered from the machine. Here is the code that I am using so far. Set WSHNetwork = CreateObject("WScript.Network") Set...
  3. roles40

    SQL - Eleminate null fields from a report

    Using MS Access 2k, Query builder, SQL View. I have a table that has about 100 fields, all but four of these are boolean(Yes/No) data types. I am attempting to generate a report that will only display the fields that are set to YES. Here is what I have tried to no avail. SELECT * FROM MyTbl...
  4. roles40

    If then stament in VBA

    Sorry for the horrid question, but I can't seem to figure this out. I have a combo box that has two values in it, pending and completed. I want a text box to update to the current day when the value in the combo box is changed to completed. This is all on a form by the way. I tried to use...
  5. roles40

    Opinions on Apache for Win XP

    Thinking of using Apache for a new web-based DB(access) at work. Any input good or bad on Apache? Thanks! Jamie
  6. roles40

    Updating a record through a DAP?

    I have two DAPs and one database. One of the DAPs is a form requesting assistance. The second DAP brings back the data entered from the first DAP, by reading it from the table. There are two drop combo boxes, one date being read in, and one text box that I need to read into the table from...
  7. roles40

    Using a Module in a DAP

    I am a relatively new Access user in need of some assistance. I have created a module that I need to implement in a DAP. This module emails a notice to me when a command button is clicked. The problem that I am having is that the current code for the command button is in javascript and the...
  8. roles40

    OnMouseClick?

    I am in need of help finding or developing code for OnMouseClick. I am pretty sure that there was a macro included in Access 97, but I am now using 2k. If anyone knows where it is, or has code for it, you would be greatly appreciated. I am actually trying to use the OnMouseClick to send an...
  9. roles40

    Changing Domains to get to a database

    Here's the situation: We have two buildings with two different domains. We have a database for employees to report any issues they are having with their computer. The employees have a DAP(employee) and the admin have our own DAP(admin). These are all liked to a database on a shared network...
  10. roles40

    DAP displaying previous record in DB

    Here's the setup: Two DAPs one for users one for admin. The DB and the pages are on a network. Everything is liked fine, the system works. Two Questions: 1. How do I keep the DAP from displaying the previous record every time that it is opened from the network file? 2. IE pops up a...

Part and Inventory Search

Back
Top