User Profile

Collapse

Profile Sidebar

Collapse
abdulkarim
abdulkarim
Last Activity: Aug 25 '08, 12:01 AM
Joined: Apr 10 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • abdulkarim
    started a topic code to protect excel sheet

    code to protect excel sheet

    I have an excel project and I want to protect my spreadsheet for editing by another user except few cells. If it can be possible by using vb code then help me.
    thanks
    See more | Go to post

  • abdulkarim
    started a topic text direction in report

    text direction in report

    I am working with MS access database for account purpose. I want to generate a report in which the text direction is reuired from Bottom to Top. When I am setting the property for that particular field as vertical it shows the direction from Top to bottom only.
    Kindly try to help me.
    See more | Go to post

  • abdulkarim
    started a topic Delete Rows

    Delete Rows

    I have tried to delete rows in a table with same ID in access database by using the following vb code with a click on command button, but it deletes only a single row instead of entire rows with same ID. Kindly help me to solve this problem.

    Set rst = dbs.OpenRecords et("select * from Bills where Bill_ID =" _
    & Me.cbid)
    With rst
    If Not .EOF Then
    .delete...
    See more | Go to post

  • abdulkarim
    started a topic Delete Rows

    Delete Rows

    How To Delete Rows Of A Table With Same Id In Access Database By Using Vb Code
    See more | Go to post
No activity results to display
Show More
Working...