Search results

  1. K

    Rich Text Box for MS Access Forms

    Hi, I need a Rich Text plugin which enables me to give me a Rich Text Box supporting most of the MS Word functionalities like Bullets,Numbering,Styles and Formatting. Any information which i put into the Rich Text Box should maintain its formatiing while generating a MS Word document. I have...
  2. K

    Transfer of application from VBA to VB.net

    Application getting bigger and Bigger each day Hi, The database would remain to be MS Access. It would not be transferred to MS Sql. The reason behind me thinking of migrating to VB.net from VBA is to use more features that are provided by VB.net when compared with VBA. I have not used VB.net...
  3. K

    Exporting forms from VBA to VB.net

    Hi, I have exported out the forms made in VBA & MS-Access. They have the extenion .frm. But in VB.net we have the extension of forms as .vb. I want to use the forms which i created here and dont want to recreate them. Is this anyway using which i can transfer the precreated forms in VBA to...
  4. K

    Transfer of application from VBA to VB.net

    Hi, I am creating a full fledged project using MSAccess forms and VBA. As the project is going very big, so i was thinking of transfering it to VB.net. I am not able to figure out that would it be a good idea to move to VB.net to VBA. What are the advantages we get using VB.net over VBA. I am...
  5. K

    Problem while adding values to Listbox

    Thanks a lot .. I have been able to figure out the solution.. thanks & regards, Kapil
  6. K

    Problem while adding values to Listbox

    Hi, sorry for the multiple replies.. I was confused on the part that under which forum does is come.. Wuld take care next time on.. I checked thru the RowSource Property.. But how do i do if in case i have to create the listbox dynamically.. Like whenever an event happens, i add a new row with...
  7. K

    Problem while adding values to Listbox

    Hi, I have created a listbox with 5 columns. But i am not able to add values to it. The listbox.AddItem function only adds value to first column.. How do i add values to all the columns of a listbox.. I somehow have tried so manu functions but have failed. Please help me in it.. Thanking you...
  8. K

    Problem while adding values to Listbox

    Hi, I have created a listbox with 5 columns. But i am not able to add values to it. The listbox.AddItem function only adds value to first column.. How do i add values to all the columns of a listbox.. I somehow have tried so many functions but have failed. Please help me in it.. Thanking you...
  9. K

    Not able to pass array as an argument to Let Property

    Hi, I want to set the Let and Get property for an array variable. When i am trying to set the value for it, it gives me the error "Can't Assign to Array".. Please help me out to solve this problem. I need to do this using Properties. Please find the code which i haev written attached with the...
  10. K

    Creation of a Word Document from the Access Form

    Hi.... I have created an Access Form wherein i have given lots of text box and text areas... Now i want to create a word document dynamically using the information that has been given by the user via the Access form... I want to create a Table dynamically in the Word Document using the VB...
  11. K

    Dynamic creation of a Word document using Access Form

    Hi.... I have created an Access Form wherein i have given lots of text box and text areas... Now i want to create a word document dynamically using the information that has been given by the user via the Access form... I want to create a Table dynamically in the Word Document using the VB...
  12. K

    Rich Text Area to Word Doument.

    Hi.. I am using RTF2 ActiveX Control which enables me to include the Rict Text Controls in my Access Form. I want to generate a doc document out of the information which i type in the RTF2 Area on the Access Form. And whatever Rich Text Format information i have written there (for eg in Bold...
  13. K

    Creating Doc from Access

    Rich Text to Word Ya i did try ur application.. It was working perfectly fine... What my question here was.. In the Access Form what i have done is that i have included a Rich Text Format ActiveX Control.. This control enables me to give Rich Text into the Access Form... Most of the Word...
  14. K

    Creating Doc from Access

    Rich Text to Word Hi... Thanks a lot for the response... I would like to know that when i am passing the values from Access Forms to Word by creating bookmarks then will the Rich Text retained in that... All the tab information, Table Creation, etc. Will all these rich text information...
  15. K

    Creating Doc from Access

    Hi, I have created an Access Form wherein i take the user input in various text boxs and text areas. Now plz help me to find out how to create Microsoft Word Document automatically from the information which the user has submitted. I have provided a button named submit which when clicked will...
  16. K

    Rich Text Plugin for MS Access

    Using The Rich Text Hi... I ran the setup and installed the ActiveX control but am not able to use it... The option is not visible when i am trying to make a database and create a form. how do i use the same... I tried scrolling thru the page from where i downloaded it but it did not tell...
  17. K

    Rich Text Plugin for MS Access

    Hi, I have created forms in MS Access.. Now i want to attach Rich Text Format with each of the Text Box or Text Area... How can i do that... I was trying to search for a plugin which would get attached with MS Access and then while creating the forms it would get attached with the Text Box and...
Back
Top Bottom