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

    Removing unwanted text

    Hi, I have this spreadsheet with a lot of text in a column. The column is set up as follows. Text 08:43:00 I want to be able to get rid of the time. I could do this with text to columns, but some rows within the same column have 3 or 4 items. Ex: Text 08:43:00 Text 08:43:00...
  2. cdawley4

    Unrecognized database format

    Hi, I was moving files from my floppy disk to my pen drive and accidentally deleted a file that wasn't on the drive. I thought I moved it over but must have skipped it. Anyways, to make a long story short, I deleted it. I tried to recover it last night and was successful, except when I go...
  3. cdawley4

    Augat DSX3 Panel

    I don't know how deep y'all get in this forum, but I have an Augat DSX3 Panel that I won off of Ebay. It has 22 cards in it but I am not sure it works. I didn't get any documentation of how to wire it up. The only connections I see on the back of the dsx as far as power is +48V and -48V...
  4. cdawley4

    Name & Number lookup

    Hi, I have a database that contains a main table and several lookup wizard tables linked to the main table. Within the database, I have some Names and Phone numbers. I also have a form that I can fill out. On the form, I have the names and phone numbers as well, with a row source pointing...
  5. cdawley4

    Names & numbers

    I am modifying an existing database that contain names and phone numbers. I want to be able to select the persons name and let the database automatically select the phone number that matches that person. I am thinking that is going to be a relationship thing. Would there have to be any code...
  6. cdawley4

    Insert row

    I have a spreadsheet with about 200 rows and I want to write a script to insert 2 rows after the row containing the text. Ex: This is what I have in excel. abcd abcd abcd abcd This is what I want it to look like. abcd (skip 1 row) (skip 1 row) abcd (skip 1 row) (skip 1 row) abcd (skip 1...
  7. cdawley4

    Password Generator

    I have created a database with my personal and work related passwords on them. My work related passwords expire every 60 days. The password limitations are: a. Password must be at least 8 characters b. Password must contain at least 1 number and 1 special character. c. Password can be a...
  8. cdawley4

    Adding records to Oracle

    As you all can tell, I am very new to oracle. I just downloaded and installed the 10g db on my home computer and was able to get logged in after altering the password for the SYS user. I am in the learning stage and want to know how to add data to the database. Is this a sql command line...
  9. cdawley4

    Oracle question

    I am trying to learn more about different databases and how they work. I downloaded Oracle 10g and installed it onto my computer, so I can experiment with Oracle and learn how to use it, to enhance my DB skills. I created a test database but when I try to log into the database, it denies me...
  10. cdawley4

    Creating an error message

    Hi, I am working on a database with lots of projects for work. One of the fields I added was a Start Time. I made this an Indexed field (Yes, No Duplicates). Is there a way for me to create a message box in vb that will prompt the user that the time specified is already used on another...
  11. cdawley4

    Access Wildcard Search

    Hi, I am modifying a database and I want to create a Wildcard Search Query in MS Access. The database has city and the state they reside in. I have about 500 records. I want to see the records that contain Miami anywhere in the record. I also want a dialog box to pop up so I can search for...
  12. cdawley4

    Assigning Names

    I am working on a database with different projects in it. I have the form set up with the assigner (person who assigns the project) and assignee (person who receives the project). There are 4 people that assign the projects and 2 people working them. I want to be able to set up the database...

Part and Inventory Search

Back
Top