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

    First Procedure - A little Help Please

    Here is the proedure i am trying to get to run basically by passing a variable in it brings back any data matching it, but it just wont compile create or replace PROCEDURE VIEW_PRODUCTS_SOLD( Start_Date in date, Finish_Date in Date ) AS BEGIN SELECT PRODUCT_ID...
  2. spence27

    Checkboxes in Combos?

    Two questions 1) Is it possible via VBA to add a check box to a listbox for example list all the days of the week on each row and have acheckbox on each lin e so someone could choose their favorite days. 2)If possible, how is done. Any help on this would be greatfuly recieved. Thanks#Spence
  3. spence27

    Limit of 255 characters of connections string

    i have been seting up a front end to work of access using ado and i have hit a brick wall. My font end builds a SQL string using the limits and grouping useres select. Once this SQl string is pulled together i send it against the db for the results. In simple testing everything was fine however...
  4. spence27

    Limit of 255 characters of connections string

    i have been seting up a front end to work of access using ado and i have hit a brick wall. My font end builds a SQL string using the limits and grouping useres select. Once this SQl string is pulled together i send it against the db for the results. In simple testing everything was fine however...
  5. spence27

    Automaticlt running scrips when opening a documents

    HI I have set up a brio document to retrieve a set of data and then export it and finally close down all when the document is opened but i would like to be able to stop this automatic process from happening in some cases when the report has to be run manually. I was think the best wa to do...
  6. spence27

    ADO & Result Sets in Excel

    Just a quick question to you most knowledgeable people I know who to create a result set from a data source, and 99% of the time things work as they should, but what I would like to do is hit the data source once and then create a result set which I can then create additional smaller results...
  7. spence27

    ADO & Results Sets In Excel

    Just a quick question to you most knowledgeable people I know who to create a result set from a data source, and 99% of the time things work as they should, but what I would like to do is hit the data source once and then create a result set which I can then create additional smaller results...
  8. spence27

    Does Excel have a user form collection

    Does Excel have a user form collection, and if so how would i loop through each user form Excel 2002 VBA XP SP2
  9. spence27

    Hyperlinking Form a Sub report To the main report

    I have a report designed that uses a subreport to generate a list on contents on the second page of the report. Everything on the report runs really well but the icing on the cake would be to add some hyperlinking from the contents to the specified section in the main report I'm using CR9 with...
  10. spence27

    Statement Expected Here -- Help

    Im a bit of a newbie to CR, but i'm using CR9 and trying in basic sytax to enter this formula "CALL DETAIL DATA FOR APPLICATION(s) " + arrayToString ({?APPLIACTION_NUMBER},", " ) + " ON TODAY." But i keep getting a error mesage saying "A Statement Expected Here". Can someone point out what i...
  11. spence27

    passing a form object

    i am just wonderibg if you can help a new coder out with the following problem. I need to create a reference to an existing form from a fuction in a module. i then want to pass this object reference into other functions to do this and that. e.g. function makeobj(existingFormName) //create the...
  12. spence27

    SETTING CRITERA FOR A REPORT

    HI I was wondering if someone can help point me in the right direction. I am building a few reports in access(2000) and the querys they are based on need a parameter to be passed. I can do this manualy but he idea is to have these reports run in batches. So i need a way to pass the...
  13. spence27

    Keep getting HTTP 403 error when using nameVirtualHosts

    Hi - I hope some one can help with this I have set up a webserver on my local intranet on my fire wall "Smoothwall" i have entered the IP and host name 192.168.1.2 www.vh1.sar-tec.net vh1.sar-tec.net when i call up the address from a browser it finds the IP goes to the server but...
  14. spence27

    How to connect to a SQL database

    hi I am running Excel 2000 and need to . The MS Query editor does not do the job as i will need to 1)create a temp table 2)fill it with data 3)Run a query & return the results 4) drop the temp table. i.e. it is really a collection of Procedures. I can do all the SQL stuff. I just don't know...
  15. spence27

    hi I am running Excel 2000 and n

    hi I am running Excel 2000 and need to connect to a SQL database. The MS Query editor does not do the job as i will need to 1)create a temp table 2)fill it with data 3)Run a query & return the results 4) drop the temp table. i.e. it is really a collection of Procedures. I can do all the SQL...
  16. spence27

    How to connect to a SQL database

    hi I am running Excel 2000 and need to connect to a SQL database. The MS Query editor does not do the job as i will need to 1)create a temp table 2)fill it with data 3)Run a query & return the results 4) drop the temp table. i.e. it is really a collection of Procedures. I can do all the SQL...
  17. spence27

    Inserting or Loading a text file

    Hi i'm a bit of a newbe trying to load a text file in to a table. I can do it throughQueryman using INSERT INTO businessdbtemp.WARRENTIES VALUES (?). However i am prompted for the file location each time but i need to script it from excel. So my question is is their a way to pass the file name...

Part and Inventory Search

Back
Top