A
alex
Hello All,
I’m in the middle of constructing a database for a group of users that
deal with files, like the kind you stuff in a drawer.
I have a pretty simple table(s) structure with a single form (I have a
subform but it’s only for editing).
My problem/question is that the database needs to capture what files
came into the group together. The files are often in groups of two or
three and I need to account for this grouping (the only delineation is
that they were banded together!).
I know a properly normalized table will NOT have fields that look like
this: File1; File2; File3; etc., but I don’t know how else to group
the files when there’s more than one.
To put it another way; I want my table to look like this:
RecordID; RecordDate; EmployeeID; FileNumber
But, let’s say I have three records…
FileNumber
A21
A03
A11
I need to capture somewhere/somehow that A21 and A11 were together
(are a group) when they’re data entered into the database.
Has anyone had a similar experience?
Thanks,
alex
I’m in the middle of constructing a database for a group of users that
deal with files, like the kind you stuff in a drawer.
I have a pretty simple table(s) structure with a single form (I have a
subform but it’s only for editing).
My problem/question is that the database needs to capture what files
came into the group together. The files are often in groups of two or
three and I need to account for this grouping (the only delineation is
that they were banded together!).
I know a properly normalized table will NOT have fields that look like
this: File1; File2; File3; etc., but I don’t know how else to group
the files when there’s more than one.
To put it another way; I want my table to look like this:
RecordID; RecordDate; EmployeeID; FileNumber
But, let’s say I have three records…
FileNumber
A21
A03
A11
I need to capture somewhere/somehow that A21 and A11 were together
(are a group) when they’re data entered into the database.
Has anyone had a similar experience?
Thanks,
alex