Link to home
Start Free TrialLog in
Avatar of LazyStudent
LazyStudent

asked on

Visual basic form

I have table Employee in database with 5 fields (id, FirstName, LastName, Age, BirthDate, Salary)
I want to wright form in visual basic that has 2 textboxes ( FromDate, ToDate ) and button -("Go").
When I press on button I want to see table Employee filtered by BirthDate.
Can somebody explain with code example how I do it. Working example will be graded with 100 points more.
Thank you in advance.
ASKER CERTIFIED SOLUTION
Avatar of JRCSystems
JRCSystems
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of LazyStudent
LazyStudent

ASKER

Can you provide 'print/display data ? ( better - list(Report) control?