J
Jinny
Hello,
I am using Access 2007 with requirements that the file be compatible with
2003. I am looking to text search or filter data in my form and subform (if
a record matches from the subform table, the parent form containing that
record appears). This is how my database is set up:
Three tables:
Clients -- records of companies, Primary key: ClientID
Contacts -- records of individual people, Primary key: ContactID, linked to
Clients by ClientID
History -- records of instances of communication, no primary key, linked to
Contacts by ContactID
Three Forms:
Home - shows company information by individual record
Contacts - a subform datasheet, listing each person who is linked to the
current company record
History - a subsubform datasheet, listing each instance of communication
linked to the current contact record
The main function of the database is to be able to find a company or contact
and see how I have communicated with them and add new communications. I want
to search by "TargetClient" (the company name), LastName, or FirstName. The
search cannot be a combo box--there are too many records and common names.
Do you think I should construct my database in a different way? Is this
even possible? I have spent almost a full week on this problem using trial
and error and searching resources on the internet. I realize that similar
questions have been asked before, but I am not very adept with visual basic,
and I have been unsuccessful at trying to tailor other solutions to my own
forms.
Thank you so much for your patience and help.
I am using Access 2007 with requirements that the file be compatible with
2003. I am looking to text search or filter data in my form and subform (if
a record matches from the subform table, the parent form containing that
record appears). This is how my database is set up:
Three tables:
Clients -- records of companies, Primary key: ClientID
Contacts -- records of individual people, Primary key: ContactID, linked to
Clients by ClientID
History -- records of instances of communication, no primary key, linked to
Contacts by ContactID
Three Forms:
Home - shows company information by individual record
Contacts - a subform datasheet, listing each person who is linked to the
current company record
History - a subsubform datasheet, listing each instance of communication
linked to the current contact record
The main function of the database is to be able to find a company or contact
and see how I have communicated with them and add new communications. I want
to search by "TargetClient" (the company name), LastName, or FirstName. The
search cannot be a combo box--there are too many records and common names.
Do you think I should construct my database in a different way? Is this
even possible? I have spent almost a full week on this problem using trial
and error and searching resources on the internet. I realize that similar
questions have been asked before, but I am not very adept with visual basic,
and I have been unsuccessful at trying to tailor other solutions to my own
forms.
Thank you so much for your patience and help.