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

    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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. 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...
  11. 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