Mulligh,
For every item in Inventory. I want the items under
DESCRIPTION to render as a square bullete. (The above
sample code shows only one item in inventory).
- GodofSmallThings.
Hello,
Having difficulty rendering bulleted list using XSL. Here is
a sample of the code.
<INVENTORY>
<ID>000001</ID>
<ITEM>CAMERA</ITEM>
<DESCRIPTION>
<P>WAVEFRONT SENSOR</P>
<P>SEGMENT PHASING</P>
<P>ROTATOR</P>
<P>PARTICLE...
Hello,
I have a form that contains a txtbox and a subform.
The subform displays all available training titles.
It contains 3 fields. DocNumber, Name, and Select.
The Select field is a Checkbox (yes/no)
I would like the subform; in addition to showing all
available titles; mark selected...
Darrylle,
Thanks, glad to see that you agree! It would be great if
I could look at "open source database" and say hey; I like
that particular method and then "click on a link" and see
all the possible solutions. Or vice of versa....
Everybody or only the "Top...
Hello again,
I have 3 tables. Department, Requirements, and Training.
(The Requirements table joins the Department and Training)
I created a form that has a combobox containing Departments
that shows relevant Training titles in a subform.
I would like to create a cmd button to open a popup...
Darrylle,
Thanks for your help. It works, but the whole process
is cumbersome. I need a more efficient way of marking
selected records, displaying those marked records with
the total records, and then removing the marks.
...I'm developing a training database.
It contains 3 tables...
Hello,
It would be great if TEK-TIPS built a working
database with all the tips and suggestions applied.
That way you could visualize how a particular
question, suggestion or tip was implemented.
Even better, an open source database, where you
could collaborate on a particular problem or...
Hello,
Can anybody help me combine the following into one
SQL statement:
UPDATE qryDepts RIGHT JOIN qryTraining ON qryDepts.TrainingID = qryTraining.TrainingID SET qryTraining.[Select] = Yes
WHERE (((qryDepts.Department) Is Not Null));
And....
SELECT qryTraining.[Select]...
Can anybody help me combine the following into one
SQL statement:
UPDATE qryDepts RIGHT JOIN qryTraining ON qryDepts.TrainingID = qryTraining.TrainingID SET qryTraining.[Select] = Yes
WHERE (((qryDepts.Department) Is Not Null));
And....
SELECT qryTraining.[Select], qryTraining.DocumentNo...
Hello,
I have 3 tables. Department, Requirements, and Training.
(The Requirements table joins the Department and Training)
I created a form that has a combobox containing Departments
that shows relevant Training titles in a subform.
I would like to create a cmd button to open a popup form
to...
Hello,
I've wrestled with it, but I get the following message:
The Microsoft jet database engine does not recognize
"PREMIUM" as a valid field name or expression."
.......Perhaps this would help?
The following is an SQL view of the query that the report is generated...
Hello,
I'm on the trial by error training program. I am not
familiar with the debug tools. However, the old school
method of printing varibles before execution gave me
some glaring clues to this problem.
...I was referencing the wrong Select Group.
Once I corrected; another problem...
Hello,
Didn't realize anybody responded. I tried both
statments to no avail. When I click the button
an error message prompts the Following:
Microsoft Access can't find the field 'frmPaperSubform'
referred to in your expression.
I have since edited the forms since my last post
the...
Hello,
I would like to preview a report based on an Option group
selection. The selection is based on [CATEGORY] from my
report. The report is generated from a query...
The following is code from the Command button on my Preview
Menu Form:
Private Sub btnPreviewReport_Click()
On Error GoTo...
Need assistance with the following Click event:
strDocName = "Paper"
strLinkCriteria = "PaperID = Forms!Type!PaperSubform1!PaperID"
DoCmd.OpenForm strDocName, , , strLinkCriteria
When I run the form It prompts with a message box:
"Enter Paramater Value?" When I...
Your solution works! I can select PaperType via (Textbox)
and have the results properly displayed in the subform
(tblPaper)
I then created a COMBOBOX and was able to get the
desired results!!!!!!!!
THANKS FOR HELPING!!!!!!!!!!!!!!! I REALLY APPRECIATE!!!
Having difficulites. When I plug in TYPEID in
"linkchildfields and masterfields" and then run
the form - it prompts with "TYPEID?" When I complete
the response all the records for paper are listed
in the subform. There is no functionality in the
combox - other than the...
I understand what you are saying. My tables are linked by
TYPEID. However, when I recreate the subform - it does
not prompt with "find record based on the value selected
in combobox"
....I'm not sure if I'm implementing it correctly?
Please advise... Thanks in advance...
I have two tables. Paper and Paper Type. For the paper
table I created a subform and placed it on a tab control.
I would like to filter the form using the Paper Type table
as a combo box.
....Do I have to create a query?
What is the best solution to this problem??? Your help
would be...
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.