G
GIraffe
Bottomline, I need to create a keyword index.
I have a file system that's nonuser friendly (system mandated by
organization, not my choice). It's hard to find anything in the system, so I
thought creating a database that would index by keyword or keywords what's in
a file so that I could find all my files, for example, that contain something
on "cats."
Originally, I had the database setup with one keyword box in a file table,
and I'd type in keywords or phrases, separated by a comma that would relate
to that file. Then if someone else or I needed a file, I could "search" my
form file by file until I found what we were looking for (will be horribly
timeconsuming when the database is larger then the 150 records I have now).
After searching this board, I see if would be more useful to setup a Keyword
Table and link it to my File Table.
I do not know how to set it up so that if I enter a new keyword it will
appear in the Keyword Table. Do I use a list box or combo box for my keyword
box in my file table? How do I choose more then one keyword or choose a
keyword and add a new keyword?
Once I create this Keyword table, I think I should be able to create a query
that'll sort by Keyword, then do a "group by" through the Report feature to
have all files that deal with "cats" too look like:
Cats
Breeds
Food
Vet Records
Here's my current File Table:
FileID [Autonumber]
FileCode [Text; Links w/ FileCode Table]
FileName [Text]
DispositionCode [Text; Links w/ DispositionCode Table]
Keywords [Memo]
I'd appreciate your thoughts, help or links to guides that'll help.
Thank you as always for your tremendous help, support, and compassion for
those of us that are not consistent Access users.
G
I have a file system that's nonuser friendly (system mandated by
organization, not my choice). It's hard to find anything in the system, so I
thought creating a database that would index by keyword or keywords what's in
a file so that I could find all my files, for example, that contain something
on "cats."
Originally, I had the database setup with one keyword box in a file table,
and I'd type in keywords or phrases, separated by a comma that would relate
to that file. Then if someone else or I needed a file, I could "search" my
form file by file until I found what we were looking for (will be horribly
timeconsuming when the database is larger then the 150 records I have now).
After searching this board, I see if would be more useful to setup a Keyword
Table and link it to my File Table.
I do not know how to set it up so that if I enter a new keyword it will
appear in the Keyword Table. Do I use a list box or combo box for my keyword
box in my file table? How do I choose more then one keyword or choose a
keyword and add a new keyword?
Once I create this Keyword table, I think I should be able to create a query
that'll sort by Keyword, then do a "group by" through the Report feature to
have all files that deal with "cats" too look like:
Cats
Breeds
Food
Vet Records
Here's my current File Table:
FileID [Autonumber]
FileCode [Text; Links w/ FileCode Table]
FileName [Text]
DispositionCode [Text; Links w/ DispositionCode Table]
Keywords [Memo]
I'd appreciate your thoughts, help or links to guides that'll help.
Thank you as always for your tremendous help, support, and compassion for
those of us that are not consistent Access users.
G