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

    Using Access to calculate sum loop

    I am not really a programmer so I am not sure if this is as easy as it seems in my head. Here is the background; We have a highly variable attendance rate which leads many days to us building subpar products due to guys not having enough time to finish all the work. Our management has finally...
  2. RussOSU

    SATA HDD now IDE HDD doesn't show at bios

    I installed a WD SATA HDD, booted this up and my IDE w/ bios disappeared. Reset it went into the bios changed from enhanced to legacy. Rebooted back to bios and my IDE showed but not sata (I know it should). Changed back to enhanced and rebooted to bios and both showed up. Thought the...
  3. RussOSU

    Selecting Distinct Value of multiple criteria

    My issue here is the way our data is stored and retrieved in our system yet making it do what I want. Currently we have a serial number that has many options. These options each populate a table with the serial number and a single option per row. What I am wanting to do is to filter the...
  4. RussOSU

    clearing a value and assigning a new value

    Ok here is my issue, I have a database that was created back in 1995/96 and I am trying to add a bandaid fix to it while I recreate it. I am an intermediate Access/VB programmer normally however it has been 5 years (thanks job market) since I have used it so my knowledge is rusty and very...
  5. RussOSU

    Possible ACad Project

    Hey Guys, Quick question for everyone, I am trying to find a way to fix a problem we are having at work. Currently we are having a problem with our facility layout drawings. Currently our plants are responsible for updating the plant layouts however we have a problem with high turn over due...
  6. RussOSU

    Excel Search/Lookup

    This may or may not be possible I am hoping the prior. I am trying to create a search/lookup "application" in an excel workbook. Here is the background: I have a workbook which has multiple worksheets in it. Each one is named after the model in which the data refers to. The data is not...
  7. RussOSU

    Dynamic pages w/o server-side

    I am trying to create a page that displays a list of data with some information attached (class name, location, date, time etc.) I have a long list and instead of creating 100 pages I want to create as few as possible by filtering the data based on a link that redirected the user to the page...
  8. RussOSU

    Dynamic tables/xhtml/xml/css

    I am still a very entry level beginning web programmer. I know how to do .html and have a very beginning concept of xml and am trying to use this to create an .xhtml page. This is where the headache and alcoholic tendencies begin for me. A little background of what I am trying to do so you can...
  9. RussOSU

    Third Master Hard Disk Error?!?!?!?!

    I rebooted my system. As I was shutting down it hung up mouse froze and everything. I hit the reset button (probably not my smartest move ever). As it was booting back up it froze when trying to post my hard drive. Eventually (1-2mins) it times out and postes my zip drive and my cd-roms, and...
  10. RussOSU

    vsftp setup

    I have read through every post I could find on vsftp over the last 2 days. I have my ftp server up and running for anonymous users. So I know the ports are open and working. I am running this ftp for a couple people who are working with me on some webpage development. So they will really...
  11. RussOSU

    User defined Object Error

    I am working on a database application menu and I am using a recordset to grab some information from the switchboard items table that Access creates. When dimensioning my variables I am getting an error that says User Defined Type not defined. and the error says it is coming from my line Dim...
  12. RussOSU

    Blank Listboxes

    I am creating a form which includes a couple textboxes in which information will be entered and used to filter data in a table. The information I want displayed in a listbox also located on that form. Is it possible to have the listbox unpopulated till one of the filters is activated and...
  13. RussOSU

    Creating a Search Form

    I am trying to create a search page for my access database application. I am looking for some ideas on how to approach this. I have 5 items that I want to give the option of searching by (ID #, specific Date or date range, Location, Item, Cause). I am having a hard time with the design of the...
  14. RussOSU

    VB.net vs VBA

    I have taken a class on Microsoft Access. Within this class we used VBA to program forms into creating applications that we needed. I am now trying to create an application using Visual Studio.Net (VB language) because we are using an SQL server. I am by no means an even novice programmer. I...
  15. RussOSU

    Creating a Random number between limits

    I am needing to create a random number between -3 and +3. I am not sure how to do this using the rand() function. Does anyone have any ideas? Russ
  16. RussOSU

    C Program Help/suggestions

    I am trying to create a program for my C programming class that does a crude animation. I am given a .txt file in which I have to read the following characters which are in a 3x3 array. o -|- / I then have to display him, pause, erase him and draw him in a new position. I have to do this in...
  17. RussOSU

    programming color array problem

    I am trying to learn C and am trying to write a program from a c programming class which involves using symbols and colors to draw a picture with loops, _gotoxy, _textcolor, etc... I am supposed to define a prototype horzLine() and then basically print a horizontal line of *. I am running into...
  18. RussOSU

    Dynamic Text in Access

    am designing a database application to track employees and their schedules. When I initially designed the forms I was planning on using .asp or .php however due to technology limitations I am having to use access directly. Due to this I am having to try and redesign the forms however there are...
  19. RussOSU

    Access Combo Box

    I have a combo box which has the First and Last name of some employees entered. The First and Last names are 2 different fields in the table. I am wanting to take this and turn around and query some information based on the name. How can I use the combo box results and find the equivalent 2...
  20. RussOSU

    Dynamic SQL and Access Forms

    I am looking for a way to take a form with some fields (Name, City, State, Age, Status, Year Hired, Certification) and set up a search in which Access would recognize which fields has an input and search for all records that match this criteria. Where I really run into a problem is that the...

Part and Inventory Search

Back
Top