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 TouchToneTommy 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: *

  1. davejackson

    How to treat an empty row as nothing

    Hi, I'm outputting html from custom tags using style sheets. Sometimes the row will be empty and I'd like the output to appear as if there is no row there at all. No matter how I change the border, margins etc., the empty table row still takes up some space on the page. Is it possible to...
  2. davejackson

    Multiple WebSphere Instances

    Hi, Has anyone seen any good documentation on how to configure two seperate application servers to seperate ports using seperate datasources with seperate virtual hosts? (preferably on iSeries). Unfortunately I'm having problems using my second HTTP server with my second instance with 'not...
  3. davejackson

    Retrieve Display File Description API QDFFSCRA

    Hi, has anyone successfully used the QDFFSCRA API and would be prepared to share some code? I need to retrieve details of the fields and any No Display indicators associated with them. Is this even possible? Thanks in advance, Dave
  4. davejackson

    DoCmd.Close shutting down all Access

    Hi, I'm running the following code to delete a specific record from a table from a 'delete form'. (No idea if this is relevant). About half the time the DoCmd.Close line is executed the whole of access closes. (The other half it seems to behave normally and just shuts the form). This is...
  5. davejackson

    Split Database Performance Still Slow

    Hi, I have a 3Mb database that at the moment is mostly forms, queries etc. It was very slow when I run it off the network so I decided to split it and put the back end on the server and front end on PC. However, the speed has not improved at all and forms and queries are still taking a long...
  6. davejackson

    Testing if a Chart worksheet already exists in Excel

    Hi, I am exporting a table from access to excel and then running a macro over the data to create a chart (I'm doing it in excel as it's a bubble chart and i've no idea how to code the macro over and access table). I would like to do one of two things, Either, check if the chart worksheet...
  7. davejackson

    Deleted record remaining in combo box

    Hi, I have a subform which contains a combo box. The combo box selection moves the data on the subform to the selected record. A button on the subform deletes whichever record is selected at the time. I cannot get the deleted record to disappear from the combo box even though I am doing...
  8. davejackson

    Check/uncheck all check boxes. How to?

    Hi, I have a form that is based over a table that is created from a make table query (So that the user can select records from a smaller number of records). One of the fields is a check box that is built over a yes/no field on the table. If the first query generates a lot of records, I would...
  9. davejackson

    Records output from query dependent upon cursor position

    Hi, I have a form from which I select individual records using a check box. Those records selected are then output from a query with fields that are calculated. When I run the query, individual records are sometimes missing depending on where I position the cursor prior to pressing the query...
  10. davejackson

    Rnning a query over selected unrelated records from a table

    Hi, I would like a user to be able to select (perhaps via check boxes) a number of individual records from a table and then to run a query/chart over those records only. The records can't be distinguished via a query as they are unrelated. Does anyone know if this is possible please? Any...
  11. davejackson

    Findfirst not finding a newly added record in Recordselect.clone

    Hello, I have two combo boxes, neither of which are bound to a table (so I can move values into them by using the next record buttons). The first one shows all three fields of a table (Bank, City, BankID), the second one only shows the second field (City). Therefore a user can either select...
  12. davejackson

    Selecting newly added records from a combo box

    Hello, I have two combos showing two different fields that are part of but are not bound to a table. If the combination of the two fields does not exist on the table as a single record the user is prompted to add a record via another form. So far so good. However, after the user has added...
  13. davejackson

    DLookup using two fields

    Hi, I am trying to find the value of my key field based on two fields entered seperately. I have the following code where my table City-Bank contains three fields, Bank, City, BankID. Result = DLookup("[BankID]", "[City-Bank]", "[Bank] = '" & Bank2 & "' And...
  14. davejackson

    Protecting data in a table when selecting a record via a combo box

    Hi, I am trying to allow users to select a record via a combo box in a form header and via the next/previous buttons so I can then update related details in a subform on a seperate page. However when I select a record with the combo box the table is being updated with whichever record number...
  15. davejackson

    How do I populate an autonumber field from a multi column combo box

    I have a form with a header, details and 1 page of details with a subform. The record on the details/subform should be updated in 2 ways: Firstly by selecting the next/previous buttons and secondly by chosing a record from a combo box in the form header which contains three fields from a table...

Part and Inventory Search

Back
Top