F
Frank Situmorang
Hello,
My church database is allready go live...but I still want to make
developement as follows.
I have memberdata input form, that have several Tabs. One of this is Notes
on Members which table is:
NotesID Auto
Member ID TExt
Date of Note Date/Time
Time of Note Date/Time
Subject Text
Note Memo
Since our method is the database is kept and handled by a church secretary
as a base, then each church board member can have a copy then use the each
members NOte as their visitation records.
Then secreatry will collect the Notes data from them and recombined to the
Notes table maintained by the secretary.
The problem is since the same database kept by other users ( chruchboard
members), there will be possibilty of duplication of the Primary Key when
combined.
Cn anyone help me how can I combine the addtional Notes made by the
churchboard members.
How can I append the data without the PK (Notes ID). To diffrentiate that
there is the new notes, I just want to compare if the Content of the Notes
field is not the same it will be accepted, if not it will be rejected ( not
combined)
Please help me how can I combined it. What is the VBA for this.
Thanks very much.
Frank
My church database is allready go live...but I still want to make
developement as follows.
I have memberdata input form, that have several Tabs. One of this is Notes
on Members which table is:
NotesID Auto
Member ID TExt
Date of Note Date/Time
Time of Note Date/Time
Subject Text
Note Memo
Since our method is the database is kept and handled by a church secretary
as a base, then each church board member can have a copy then use the each
members NOte as their visitation records.
Then secreatry will collect the Notes data from them and recombined to the
Notes table maintained by the secretary.
The problem is since the same database kept by other users ( chruchboard
members), there will be possibilty of duplication of the Primary Key when
combined.
Cn anyone help me how can I combine the addtional Notes made by the
churchboard members.
How can I append the data without the PK (Notes ID). To diffrentiate that
there is the new notes, I just want to compare if the Content of the Notes
field is not the same it will be accepted, if not it will be rejected ( not
combined)
Please help me how can I combined it. What is the VBA for this.
Thanks very much.
Frank