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...
User Profile
Collapse
-
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])
-
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])...
No activity results to display
Show More
Leave a comment: