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

    Import Condition list values into Business Objects from CSV/Text file?

    Hi, Is it possible to import an existing .CSV/.TXT file that contains vaules straight into a conditions "in list" list? If so - how the heck do you do it? Thanks in advance for any help/pointers! Cheers, Supanoods B-) "If it aint broke - dont fix it!
  2. supanoods

    Close an Excel workbook that is open by another user

    Hi all, I have 2 spreadsheets on a network. One is a master data file, and the other is like a "viewer". The viewer is refreshed every night via VBA code from the master workbook. The code simply opens the viewer, copies data from master to viewer, saves both and closes both. The viewer is...
  3. supanoods

    Drop Down/Combo List qestion

    Hi guys, I am currently working on an excel program that looks at personnel details. I have one worksheet that has names, addresses, etc and another that is a nice user-frienly front end type of screen. On the user screen, I have added a drop down list and set the entries to a named range on...
  4. supanoods

    2427 error with subform

    Guys, I have a form/subform setup where the main form uses a child subform to check if a 'code number' has already been changed. The subform is based on a query, and if the code selected from the parent is not present on the child form, then I get the 2427 runtime error due to NULL value. I...
  5. supanoods

    Remove ListBox Scroll Bar

    I have a listbox that displays 3 columns, which display 3 characters per column. I want to see the 3 columns, and I have plenty of room to display, without needing a scroll bar. However, Access brings up the bar, and the user can click on it to move along each column individually. NOTE: i...
  6. supanoods

    Finding a match between a TextBox Value and ListBox Values

    Hi guys, I have a form (FormA) that after a couple of criteria filters, displays failure codes for a system. The user then double clicks a code and a popup form (FormB) appears that is half filled in, and the user finishes it off and submits a change in status of that code. Back on FormA, a...
  7. supanoods

    How do I display a TextBox Value, within a Label

    This must have been covered before - but I cant see it anywhere. I have a textbox (DepotName), and is hided. In the title of the form (label), I would like to display something like: "DEPOT CHOSEN: ("DepotName.Value")" Can anyone help Cheers, Supanoods B-) "If it aint broke - dont fix it!
  8. supanoods

    Link Table Methodology Question

    Hi - I have a general method question, I have to create an ACCESS db that uses a big .CSV file on the company server. The .CSV is replaced and updated daily, but the field structure remains the same every time. I need to find one column of info from the .CSV based upon filtering 3 other...
  9. supanoods

    ActiveX problem - Excel 97 and 2000

    Hi, The code below transfers 2 queries to a .csv file, and opens a .xls file that then manipulates the .csv data. It is an Access97 DB, and it works perfect on my WinXP/Office2000 PC - but not at all on any PC's that have Office97 installed. I get an ActiveX error, or an 'automation' error...
  10. supanoods

    Access Query into Excel using Access Form Problem

    Hi, I am attempting to export an Access Query into Excel. the query parameters are defined by a form that has a combo box on for a choice of "Machine". The choice of Machine defines the query. My form is called "ExcelReportsForm", and my query is called "MachineByPart", the Machine combo is...
  11. supanoods

    Opening Excel from Access using VBA

    Sorry in advance if this thread has been covered somewhere - but I have searched and searched for ages, and found nothing! What is the VBA to open an Excel SS from Access 97?? I am stumped :( Thanks in advance! "If it aint broke - dont fix it!
  12. supanoods

    Can I have more than 9 "OR" statements in a query????

    As the title suggests - Can I have more than 9 "OR" statements in a standard query???? I have 13 fields in my table - besides 1 being numeric - the rest are text based, and I want to be able to search upon. I am using: Like "*" & [text] & "*" within each text-based OR statement within the...
  13. supanoods

    Prompt user warning of null entries

    I'm not the best VB coder in the world - always no enough to get me by, but have now hit a stumbling block... I have a standard data entry form and at the bottom a SUBMIT button (basically creates a new record and clears the form). At the moment there is no confirmation of the new record being...
  14. supanoods

    Filtering a Combo list from the result off a another Combo list

    This is bound to have occured many a time before - so if someone knows where please direct me! I have a table called "machine" which holds two coloumns - machine name and area. The area is chosen from a table called area. The values for area are 1,2,3,stores. I have 2 combo lists on my form...
  15. supanoods

    How can I show the edit history of individual records??

    I hope that I'm not re-asking a question from before - but I could'nt find this in the forums! I have been asked to set-up a run-of-the-mill "action plan" dbase. Basically a manager can create a plan of work to do, and then his team can view/edit/create records of thier own accord. However...
  16. supanoods

    login/password form that returns a value to another form

    Hi! I am developing an access 97 based machine downtime system for the factory that I work in. The bulk of the work is done, however as a last minute decision - I have been asked to implement a startup login and password clearance screen. I have a table ("personnel") that includes the...
  17. supanoods

    How can I copy data from a file without opening it???

    I currently open a .log file (like a .csv) and import it into excel to make a .xls file. The .log file however is growing all the time and is updated from another source every ten minutes. This means that it is undesirable for the .log file to be open any length of time. Is it possible to...
  18. supanoods

    Excel Password Problems!

    I was wondering if anybody can help me! One of my collegues has left work and I need to access one of his spreadsheets - but it is passworded! Is there anyway you can get by this Cheers Phasid "If something is hard to do - then it isn't worth doing" - Homer Simpson
  19. supanoods

    Counting From an AutoFilter

    I need to be able to count how many diffrenent values there are when i use an auto filter. For example: The contents of my column are: 3,4,8,8,5,4,6,3,8,3,2 therefore the filter when clicked shows : 3 4...
  20. supanoods

    Dynamic Arrays as Datasets ???

    Hi, Can anyone tell me if it is possible to use a dynamic array as a dataset in Delphi 5 and if so, how is it done ? I want to use QReport to display my data in report form but I understand that this requires a 'dataset' to provide the source data. If possible, I'd like to use the existing...

Part and Inventory Search

Back
Top