User Profile

Collapse

Profile Sidebar

Collapse
neelaseenu
neelaseenu
Last Activity: Sep 15 '08, 04:50 AM
Joined: Apr 7 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Ji Joe,

    Do you mind sending the code examples as i need this to my application. I have got a recordset with 22 columns and rows may varry, I need this data to be displayed on grid view control or similar.
    I have used this but its failed
    Gridview4.DataS ource = MyRSet.
    Comes up with Run time error 438.
    Also i need a functionality to edit one of the colum and update in database accordingly.
    Much appreciated...
    See more | Go to post

    Leave a comment:


  • neelaseenu
    started a topic Date Compare in Access db

    Date Compare in Access db

    Hi there
    Can some one help me with this issue. I have 2 text fields which user selects the date from calender control. Now i want to retreive data from table which falls in the range of these 2 text fields
    here is the code i have written. When i run this form it returns the resultset with no rows.(EMPTY resultset)
    Code:
    sdate = CDate(Forms![ResolvedIncidentsbySevierity]![Text3])
    edate = CDate(Forms![ResolvedIncidentsbySevierity]![Text5])
    ...
    See more | Go to post
    Last edited by NeoPa; Apr 7 '08, 01:14 PM. Reason: Please use [CODE] tags

  • neelaseenu
    started a topic Date Compare in Access db

    Date Compare in Access db

    Hi there
    Can some one help me with this issue. I have 2 text fields which user selects the date from calender control. Now i want to retreive data from table which falls in the range of these 2 text fields
    here is the code i have written. When i run this form it returns the resultset with no rows.(EMPTY resultset)

    sdate = CDate(Forms![ResolvedInciden tsbySevierity]![Text3])
    edate = CDate(Forms![ResolvedInciden tsbySevierity]![Text5])...
    See more | Go to post
No activity results to display
Show More
Working...