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!

Recent content by mtompkins

  1. mtompkins

    Binding Combobox

    Very similar to my issue - of which I'm struggling http://www.tek-tips.com/viewthread.cfm?qid=1233417&page=1
  2. mtompkins

    Bound Combo

    Sorry if this is a bit basic - my first VB / SQL app. SQL 2005 with: dbo.Employee EmployeeID (int,PK) LastName (nvarchar50) dbo.Purchase Orders PurchaseOrderID (int,PK) EmployeeID (FK, int) On Form1 I have a bound combo box: DataSource: EmployeesBindingSource DisplayMember: LastName...
  3. mtompkins

    Combo box dependent on 1st combo box - text portion is blank

    I am running across this same concept / concern. Has anyway come up with a clever solution to date?
  4. mtompkins

    Hide field in report detail

    You bet snyperx - long hours of coding - sometimes the basics just slip me... But thanks all.
  5. mtompkins

    Huge MultiSelect Listbox Question ..

    Sorry Gents - EXACTLY what I was looking for! Thank you both.
  6. mtompkins

    Huge MultiSelect Listbox Question ..

    Hi Lars, thanks for yours. Unfortunately a combo box doesn't suit the purpose. The need to select mulitple choices exists. Additionally the large scrolling would still be evident. Hi fneily, thanks for yours. Unfortunately I need all choices always active. In fact as they are "used" we have...
  7. mtompkins

    Hide field in report detail

    Long days, long nights ... sorry gents - the problem is it wasn't a value of zero - it was a string of "0".
  8. mtompkins

    Hide field in report detail

    Hi Gents- THe problem here is - the data is in a subreport's detail of the main report's detail field. By using the above methods I either get a circular reference error - or it makes all listings either visible or not.
  9. mtompkins

    Hide field in report detail

    Thanks Snyper.. You know I tried this, but when I did I used "" instead of a space and received an error, and never stopped to think why. Sad.
  10. mtompkins

    Hide field in report detail

    Gents - I have a report which in the detail area at times has one field with a value that is occasionally zero. During such listings, I'd rather hide that zero value. All other times I'd like it to appear. Any thoughts?
  11. mtompkins

    Huge MultiSelect Listbox Question ..

    I have a huge multiselect list box that has choices by a unique identifier in the form of #-###-#### ex. 3-411-2323 There are thousands of these records and it takes a fair bit of scrolling for the user to get to the records he needs. To that end - I was wondering if I could create a "move...
  12. mtompkins

    Filter is Too Long

    PHV you are the best, thanks. Works perfectly.
  13. mtompkins

    Filter is Too Long

    Gents - I have the specific problem as outlined here: http://www.tek-tips.com/viewthread.cfm?qid=1102402 I am able to filter a report based on a SQL building loop, however when too many records are indicated it fails with the Filter Is Too Long error. On the referenced archived thread the...
  14. mtompkins

    Report from Query from Subreport criteria

    Gents I've looked at some of the archived threads but am having the following difficulty. I have a HUGE Excel file link. Query1 pulls the info and is the source for the report "LOT / LOB Breakdown". The report genereates without issue on the entire query. I have a form with 2 subforms. The...
  15. mtompkins

    Multi Select with Subform

    Hi PHV - I'm not sure if part of your response was missed. It starts with "anyway ..." and refers to some brocketting I may have goofed. Any help would be appreciated.

Part and Inventory Search

Back
Top