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

    Internet speed constantly up and down

    Hi I have an issue on a server with SBS2003. I consider myself pretty computer literate but am no SBS expert. Basically the internet speed seems to be being slowed down inside the server on a random basis. I have a 2 NIC setup with one NIC connectd to a broadband router, I get a connection...
  2. plcman

    Update an Unbound Textbox using a ChkBox event

    Hi I am using Access 2003, I am trying to perform a calculation and put the result in an unbound text box, If my chkbox(LotPrice) is true I want the calc to be price * qty and if false just price. I have put the code below in the afterupdate event but I get an error message. "You must save...
  3. plcman

    `Trigger event based on textbox change

    Hi I have a unbound textbox (unitsonhand) where the contents are calculated based on data in a subform, this works OK. I have now added a textbox linked to a field in a table (discontinued). I have a form that displays records with these items on it. I want to perform a check when each...
  4. plcman

    MS Access 2003 Very slow on XP over a network

    Hi I have been trawling the net for two days looking for a solution to this, so I hope that somebody has some original ideas. I have a Small business server 2003 with a access db backend installed. On the network I have 10 XP sp2 clients, though until I solve this problem I only have one...
  5. plcman

    Client computers can't connect to internet

    Hi This is my first server installation and I have a problem with getting the clients to connect to the internet. I have a new server running SBS 2003 and new PC's running XP. The clients connect to the server and straight onto the intranet with no problems. The server has internet access...
  6. plcman

    Date format problem.

    Hi I am using VB6 and an SQl database. I have a sql statement where I want to select records that occur between two dates picked using the date picker, I have tried formatting the dates using format (date,ddmmyyyy) etc but have had no luck in making my sql work. I am convinced that is is a...
  7. plcman

    Using variable as a field name

    Hi I am using VB6 and an MS SQL Express database. I have an SQL statement that has a variable in the Select section. sql_str = "SELECT DISTINCT " & dist_filt & " from sessions WHERE " & filt(level) The dist_filt variable holds the field name i am interested in and the filt(x) holds a string...
  8. plcman

    Selecting Distinct values form a recordset?

    Hi I have a VB6 program that is using data from an MS SQL database. Just wondered if there was an easy way to retrieve or filter DISTINCT values from a recordset, ie.without using a seperate Select statement I am creating a chart and need distinct values from the recordset to become the...
  9. plcman

    You can't assign a value to this object

    Hi I have a database that works fine on the development machine, however when I transfer it to the users machine I get the following. You can't assign a value to this object I am assigning a value to a field on a form in the onload event. I have the reference to DAO3.6 inplace. Any ideas...
  10. plcman

    Control visibility of a field on a subform

    Hi I have a form called calibrate which has a subform called calibrations which is in datasheet view. Dependant on a field (type) in the main form I want to control the visibility of a field in the subform (chk1). Any suggestions? Regards Alan Edwards
  11. plcman

    Port Forwarding Query

    Hi I am trying to use remote desktop between two xp machines. I have a netgear router which I have setup to forward port 3389 to pc2. When I use the internal IP address 192.168.x.x remote desktop works fine. When I use the WAN external IP address, remote desktop can't connect and portqry...
  12. plcman

    Find Max Date in a recordset

    Hi I have 2 tables 1)Gauges and 2) Calibrations, they are linked through the field G_No. I have a form that shows the fields in the Gauges table, I also need to display on the form the date of the last entry into the calibrations field for the current gauge (G_No). Any help would be appreciated.
  13. plcman

    Create new server

    Hi MS SQL Server Express 2005 I am quite new to this, so please excuse my ignorance. How do I create a new server (to be displayed on the registered servers window) Many Thanks
  14. plcman

    Highlighting the Record with the Highest Value

    Hi I am using CR XI. I have a report that displays a number of records from my database. Is there anyway to highlight the record with the highest value. Any help would be appreciated.
  15. plcman

    Advice needed on Crystal XI deployment

    Hi I am new to Crystal reports and so would appreciate some advice on the following setup. I have a small network (without a server). On this network I have a PC with the database and on another machine I want to use crystal reports to write and view reports based on the data in the database...
  16. plcman

    SQL String Format in VB6 Data Environment

    Hi I am using the data environment in VB6 to create reports based on a MS SQL Database. I am trying to pick items from the tables that fall on a particular date. I use a date picker on a form to select the required date and import it into the data environment as a parameter (?). The date...
  17. plcman

    Retrieving matching dates from MS SQL DB

    Hi I am using VB6 and MS SQL Express DB. I have an app that uses a date picker for the operator to select a date, then I want to use an SQL statement to retrieve a record from the database that matches that date. The date in the DB is stored in Date/Time format, but I am only interested in the...
  18. plcman

    Updating a value in a query

    Hi I have the following query: SELECT Products.Material, Products.Description, Products.[Q No], [Inventory Transactions].ProductID, Sum(nz([unitsreceived])-nz([unitssold])-nz([unitsshrinkage])) AS [units in stock], Products.Discontinued FROM Products INNER JOIN [Inventory Transactions] ON...
  19. plcman

    Instrumentation Activex Controls

    Hi Can anybody recommend a good library of ocx components for use in a machine / graphical user interface application. Specifically I need a decent dial gauge which is able to change color depending on the value of the input. Many Thanks
  20. plcman

    Emailing report using SendObject

    I have a button that generates a report and sends it by email as a snapshot attachment. My problem is that instead of sending only the record shwoing, all the records in the table are sent. I tried adding a filter bu I got an error message saying that it was not allowed. Below is the code I...

Part and Inventory Search

Back
Top