G
Guest
I have two tables on for a box number and one for file information.
The tables are set up like so:
tblBox
BoxNumber
PickUpDate
tblFile
FileType
FileNumber
BoxNumber
There is a one to many relationship for Box number.
What I need to do is set up a form that allows the user to assign files to a
box number.
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.
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?
The tables are set up like so:
tblBox
BoxNumber
PickUpDate
tblFile
FileType
FileNumber
BoxNumber
There is a one to many relationship for Box number.
What I need to do is set up a form that allows the user to assign files to a
box number.
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.
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?