G
Guest
I posted this the other day but accidentally left out vital information so
here
we go again:
I have two tables on for a box number and one for file information.
The tables are set up like so:
tblBox
BoxNumber (Auto-Number)
PickUpDate
tblFile
FileType
FileNumber
BoxNumber
There is a one to many relationship for Box number. There are other fields,
including a primary key, in both tables that do not pertain to this.
What I need to do is set up a form that allows the user to assign files to a
box number, the file table is already populated.
My thoughts ran something like this:
In a form obtain a box number by assigning a pick-up date.
Enter into an unbound text box “file type†and “file numberâ€.
Click a button called “Add to Boxâ€.
Ideally in a datasheet at the bottom all files added to the box would be
displayed.
Basically the user will have a box of files, will get a box number and needs
to assign the
files in the box to that number. I cannot figure out how to make this work,
if it even can work. I may be way off base.
Does anyone have any suggestions?
here
we go again:
I have two tables on for a box number and one for file information.
The tables are set up like so:
tblBox
BoxNumber (Auto-Number)
PickUpDate
tblFile
FileType
FileNumber
BoxNumber
There is a one to many relationship for Box number. There are other fields,
including a primary key, in both tables that do not pertain to this.
What I need to do is set up a form that allows the user to assign files to a
box number, the file table is already populated.
My thoughts ran something like this:
In a form obtain a box number by assigning a pick-up date.
Enter into an unbound text box “file type†and “file numberâ€.
Click a button called “Add to Boxâ€.
Ideally in a datasheet at the bottom all files added to the box would be
displayed.
Basically the user will have a box of files, will get a box number and needs
to assign the
files in the box to that number. I cannot figure out how to make this work,
if it even can work. I may be way off base.
Does anyone have any suggestions?