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

  • Users: LowBrow
  • Content: Threads
  • Order by date
  1. LowBrow

    DetailsView Conundrum

    I am trying to pass a preselected value to a boundfield within a DetailsView, but I cannot figure out how to do this. Here is the scenario: A user needs to add an employment history for one of our clients. The user selects the client and is taken to the clients details page. From here, the user...
  2. LowBrow

    Method Not Valid in Given Context - Did you mean to invoke a method?

    I am getting two errors for a piece a code which seems fairly straight-forward. I am working on a C#/ASP.NET app. I have a control that sits in my Template.Master and once the user logs in, presents a list of clients the user is tracking. Code behind page for control The errors are returned...
  3. LowBrow

    Data Refresh Problem?

    I originally posted a note in the APS.NET forum and did not get a response that resolved my issues. I believe part of that was due to poor explaining, so I will try to give a brief but better description of my problem. I have 3 webuser controls for my site. Each is a gridview that gives a...
  4. LowBrow

    Data Refresh Problem?

    I am new to ASP.Net, so I am not exactly sure if the above description is an accurate description of my problem. I have 3 separate web user controls that produce similar information from my database in a gridview control. The controls list Case Manager data information filtered by (control 1)...
  5. LowBrow

    Best way to handle lists and sub lists

    I am working on a contact management database. Each contact may have resources. We are a non-profit employment agency for people with disabilities, so these resources are types of employment offered from the contact. The resources are described in two tables JobClass and JobName. An example of a...
  6. LowBrow

    73 Question Assessment vs. 754 Control Limit

    I have been beating my head against this for the last 3 days. I have a db that has as a component a 73 question assessment. The assessment has yes/no, memo, combo boxes, and multiple choice questions (set as yes/no controls). Some of the multiple choice questions offer up to 15 options. The...
  7. LowBrow

    String variable as form name

    I apologize for cross posting, but I did not get any responses in VB 5&6. I want to be able to open a form as a subform sourceobject based on a string that is built from two other strings. The first is a name convention of a group of forms ("frm_Ques_"), and the second is a number between 1-73...
  8. LowBrow

    concatenated string as variable form name

    StrongM has listed answered similar questions to mine many times (as here: thread222-795815), but I cannot get his solution to work for what I want. Here is some of code (it doesn't work, but it may help explain what I am trying to accomplish): Private Sub cmdPickUp_Click() Dim frm As Form Dim...
  9. LowBrow

    Navigation Design - Ideas? Recommendations?

    Hello all, I am trying to develop a user-friendly, efficient, and stable form navigation design for an assessment section of a db I am modeling. The assessment contains a total of 73 questions. The assessment is designed to take staff about 2 hours or less to complete, but the nature of our work...
  10. LowBrow

    Unmatched Query From 3 Tables

    This is getting a little too confusing for me, and I may be considering this from the wrong perspective. I have three tables: tblStaff- Table of Staff StaffID StaffFName StaffLName tblTrain- Table of Training Completed TrainID TrainTitleID RequirementID StaffID tblTrainingTitle- Table of all...
  11. LowBrow

    Combo box reference in search form error

    Here: faq181-5497 FancyPrairie provides what I consider beautiful search code. I have already used parts of this in one db with positive results. Now, I am using parts again in second db, but I cannot get the combo box process to work. The text and date fields process correctly, it is only with...
  12. LowBrow

    Multiple Search Criteria From Different Controls

    I have done a fairly thorough review of this topic in the forums, but I have not a found one that addresses what I need to do, or least one that I interpret well enough. I have a table [tblFlowNote] with the following fields flownoteID, ClientID, FlowDate, FlowNote I have a form [frmSearchMain]...
  13. LowBrow

    New to ADP - ComboBox Filter Criteria

    I've seen several similar questions to this, but I have not found any answers that work. Here's the problem - I am converting an mdb to an adp. A form used to open a report was based on a query that selected ConID (clientID), Comp_Date, and AIR_Date. On the form are three comboboxes...
  14. LowBrow

    Unbound Calculating Textbox On Report Not Working

    I have tried tackling this from several different angles and none work. I have searched through the forums here and have found some similar issues, but none with solutions that fit. I got the basic logic to work in an IIF statement as the control source, but the full statement is too complex for...
  15. LowBrow

    Unbound Calculating Textbox On Report Not Working

    I have tried tackling this from several different angles and none work. I have searched through the forums here and have found some similar issues, but none with solutions that fit. I got the basic logic to work in an IIF statement as the control source, but the full statement is too complex for...
  16. LowBrow

    Unbound Calculating Textbox On Report Not Working

    I have tried tackling this from several different angles and none work. I have searched through the forums here and have found some similar issues, but none with solutions that fit. I got the basic logic to work in an IIF statement as the control source, but the full statement is too complex for...
  17. LowBrow

    VB, SQL, or Both? Matching = Records between 2 tables

    I have two tables: TableA is a master list of names, addresses, phone numbers, etc. TableB is a volunteer list. I need to write a query such that: From TableA select specific row where lastname, firstname, mailadd = specific row from TableB. TableB contains inaccurate information and I need to...
  18. LowBrow

    VB, SQL, or Both? Matching = Records between 2 tables

    I have two tables: TableA is a master list of names, addresses, phone numbers, etc. TableB is a volunteer list. I need to write a query such that: From TableA select specific row where lastname, firstname, mailadd = specific row from TableB. TableB contains inaccurate information and I need to...
  19. LowBrow

    Query multiple fields for an exact match of record

    I have two tables: TableA is a master list of names, addresses, phone numbers, etc. TableB is a volunteer list. I need to write a query such that: From TableA select specific row where lastname, firstname, mailadd = specific row from TableB. TableB contains inaccurate information and I need to...
  20. LowBrow

    Updating many records with with a single form

    I posted this in the Access Forms forum but I thought I would post it here, too. This link will allow anyone wishing to answer to see what the thread there has covered: thread702-519953 Here is my original post: This seems like it should be a simple problem, but I can't get it to work. I have...

Part and Inventory Search

Back
Top