Hello all,
I just wanted to thank all the programmers and other forum member that have helped me with my access problems in the past couple of months. As i'm sure we can all agree that too often, the forum is used as an instant, on call help site, and the users here to discuss and learn do not...
Hi, I wonder if anyone can help me, we have a report with
several memo fields on it, which we wish to export to RTF.
The problem is that the export process seems to truncate
some of the memo fields, seemingly at random. According to
the knowledge base, it is known that exporting reports...
I am exporting a report that is complete, ie showing allthe infor in the table, to a word file, but in word lots of parts of the data are missing or cut off?
There are no graphics or pictures?
Any Ideas?
Vishal
I was wondering if anybody could direct me to some information on working wiht tree views. I would like to setup something for myself.,
Thank you
Vishal
I am trying to populate a list box that has three rows of information from three different sources.
What i mean is that i have one list box that shows headings,in one row then using an ident (or into a separate column) shows subheadings and in the next show shows another Name?
Is this possible...
Hello
Here is a dilema in my coding. I have three list boxes that populate each other. Ie a choice from a fills listbox b and a choice from b fills list box c. I have multiple selections on list box b and c.
List box b contains a choice of subheading and each subheading give 1 or more...
I have code to open and using an exisitng report, but it has controls on it sometimes that i don't want. Is there any code to delete controls on startup?
Or is the code to create a report in stead of the docmd.openreport.?
Vishal
Hey
Quick easy question.
I am opening report and creating anumber of textboxes, i would like to set up each for specific formatting using code.
What is the proper syntax for can grow/can shrink and changeing the back.foreground colors?
IS there a code that wil allow me to create textboxes in a report in the onformat section??
so that i don't actually have to have the textbox created but so i can create them when the report opens.
Thanks
hey
i'm trying to take the contents of different rows in a multiselect list box and from there each individual one goes to a separate text box.
PS what is the VB Code to fill in a label?
Thanks
Hello
i am fairly new to access and don't seem to be able to get a report working.
What i have is a form with three listboxes.
A selection from list box A gives the options to list box B
A selection for List box B give the options to list box c
& A selection from list box c shows the contents...
I am trying to store paragraphs of information to put in a report is there an efficient way to do this.. or just place the paragraphs in a table.
I am also curious how i would take the contents of a textbox, that hasve been choosen from various listboxes and put that in to a word document?
Vishal
I found some code that goes like this:
Dim strPara As String
Dim frm As Form, ctl As Control
Dim varItm As Variant
Set frm = Forms!frmMain
Set ctl = frm!lstSubHeading
For Each varItm In ctl.ItemsSelected
Debug.Print ctl.ItemData(varItm)
strPara = "SELECT tblContent.ParaID...
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.