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...
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...
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...
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)...
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...
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...
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...
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...
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...
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...
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...
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]...
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...
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...
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...
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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.