H
hobbit2612 via AccessMonster.com
Hi I wonder whether someone may be able to help me please with a problem I
have with a db I'm working on.
I have a subform with approx 15 fields on it where on any given day can have
their data amended, added or deleted.
What I would like to do is to capture which records have been amended in a
report within a given month. I know how to show which records have been
updated by adding another field to the table which has a date stamp but my
problem is as follows:
I would like to actually show the individual fields which have been updated,
rather than the whole record. Now I have an idea in that I may have to create
a 'FieldUpdated' field for each peice of data that can be changed, can
someone tell me please is this best way to do it?
The second issue I have is around how I extract the monthly data. Normally
when I write a query that requires date specific information I would use
something like 'Between [Enter Date] and [Enter Date2]' as a parameter to
capture the records, but if there are multiple records, I wouldn't mind being
able to find another of doing this. Not only will it take some time to type
the date parameter for the fields, I suspect from the tests I've done that if
any field is blank i.e. has not been updated, the whole query would return
blank.
Can someone tell me please is there a way to have the records amalgamated so
that I only have to type in the date parameter once and where it will show
the records even if some fields are blank.
Many thanks
Chris
have with a db I'm working on.
I have a subform with approx 15 fields on it where on any given day can have
their data amended, added or deleted.
What I would like to do is to capture which records have been amended in a
report within a given month. I know how to show which records have been
updated by adding another field to the table which has a date stamp but my
problem is as follows:
I would like to actually show the individual fields which have been updated,
rather than the whole record. Now I have an idea in that I may have to create
a 'FieldUpdated' field for each peice of data that can be changed, can
someone tell me please is this best way to do it?
The second issue I have is around how I extract the monthly data. Normally
when I write a query that requires date specific information I would use
something like 'Between [Enter Date] and [Enter Date2]' as a parameter to
capture the records, but if there are multiple records, I wouldn't mind being
able to find another of doing this. Not only will it take some time to type
the date parameter for the fields, I suspect from the tests I've done that if
any field is blank i.e. has not been updated, the whole query would return
blank.
Can someone tell me please is there a way to have the records amalgamated so
that I only have to type in the date parameter once and where it will show
the records even if some fields are blank.
Many thanks
Chris