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: VRach02
  • Content: Threads
  • Order by date
  1. VRach02

    Hello all, I just wanted to thank

    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...
  2. VRach02

    truncated data in export to word

    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...
  3. VRach02

    export to word not showin entire fields

    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
  4. VRach02

    createreport function

    What code would i use to naem the report that is created using the createreport() function? Vishal
  5. VRach02

    tree view

    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
  6. VRach02

    populate list box with different row information

    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...
  7. VRach02

    Multiselect list box and having selection stay

    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...
  8. VRach02

    report clearing

    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
  9. VRach02

    Formatting on opening a report

    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?
  10. VRach02

    creating textboxes using code in a report

    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
  11. VRach02

    fill separate txtboxes from one multiselect list box

    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
  12. VRach02

    building a reports

    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...
  13. VRach02

    Access help files

    I don't have the necessary .hlp file son my computer for info directly from the visual basic Can some 1 send this to me please Thanx
  14. VRach02

    Large amounts of data

    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
  15. VRach02

    Multi select list boxes and SQL??

    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...

Part and Inventory Search

Back
Top