Recent content by Repath

  1. R

    Ms.Access Tool Deployment

    Hi all, I have developed a tool for a team in Ms.Access 2003. According to the microsoft I have downloaded the RUNTIME Environment. This is added to the network login Profile of all the users over here., and is installed automatically on the users computers. The RunTime Environment can...
  2. R

    How to change number value

    then, import to excel, format and export to text format.
  3. R

    how to inter or delete data from table using VBA

    **************************************************** using recordset ------------------------------------------------------------------ Dim rstUserData As New ADODB.Recordset Dim rstSqlStr As String Dim recCount As Single rstSqlStr = "Select * from UserData" If rstUserData.State =...
  4. R

    How to change number value

    If you have done, this in Ms.Excel, then Select the entire column in which you have this data, Click on Format/Cells a dialog box is displayed, Click on Number if Number tab is not displayed, select the required format and click ok. this should solve your problem. If in Ms.Access, then format...
  5. R

    Insert Bullet in Ms.Word Text from Ms.Access

    Purpose: Generate Completely formatted letter in Ms.Word from Ms.Access. I Designed as screen with some options. Clicking on GENERATE button in Ms.Access Form displays a letter with the selected options in Word. This Went on well, but the problem arose when I needed to input BULLET in the...
Back
Top Bottom