G
Guest
OK Here goes; I have two tables Box and File.
Box contains: Box number (Auto Number) and Pick-up date
File contains: Box number, File Number and Folder number
The tables have a one to many relationship for the Box number field with box
number being the connection.
In a form I have a subform for the Box table when you enter a pick-up date
it creates the box number. I have added unbound fields for the file table to
the form itself. What I want the form to do is when the user enters a file
and folder number to the fields it will add the box number from the subform
to the related field in the file table. I placed a second subform in the form
that is connected to a query that looks to the box number from the first
subform to show a list of all files in the current box.
Please Help!
Box contains: Box number (Auto Number) and Pick-up date
File contains: Box number, File Number and Folder number
The tables have a one to many relationship for the Box number field with box
number being the connection.
In a form I have a subform for the Box table when you enter a pick-up date
it creates the box number. I have added unbound fields for the file table to
the form itself. What I want the form to do is when the user enters a file
and folder number to the fields it will add the box number from the subform
to the related field in the file table. I placed a second subform in the form
that is connected to a query that looks to the box number from the first
subform to show a list of all files in the current box.
Please Help!