Hi
As a general rule I do not have any problems extracting data
from a Access DB and displaying the information within textbox's
or labels on a form.
Access DB contains information on Tax Returns for 2 people with
entries by name and Date(Year) I do a search using Like and
find the first record in the respective year display info on form.
Here is my problem:-
How do I find the next record with the same year and so on
until all of that years information is displayed on the one form.
Then I can print it.
Its finding the records in ADO thats the problem.
Can you help please
As a general rule I do not have any problems extracting data
from a Access DB and displaying the information within textbox's
or labels on a form.
Access DB contains information on Tax Returns for 2 people with
entries by name and Date(Year) I do a search using Like and
find the first record in the respective year display info on form.
Here is my problem:-
How do I find the next record with the same year and so on
until all of that years information is displayed on the one form.
Then I can print it.
Its finding the records in ADO thats the problem.
Can you help please