Peter Paul
03-21-2000, 02:37 PM
I am building a report database, and have a problem. I am attempting to make the forms and reports look as close to the existing paper versions as possible to make life easier and more comfortable for my technologically challenged users. The form used for motor vehicle accident reports, has two columns used for showing involved vehicles. The top field is the UNIT #, to indicate which vehicle is being referenced.
The data structure is exactly the same for both. In trying to create a nice smooth database, I created a separate table with the required fields, and in the form created two subforms off of that table. They need to be side by side.
My problem is this. I need to show consecutive records on the two subforms, i.e. Unit #1 on the left, Unit #2 on the right. Right now when I open the form, both subforms show the first record for the report #. I tried some expresions on the second subform, such as =[table].[ID]+1 etc, but can't get the second subform to display the proper record.
Any help would be much appreciated.
Peter
The data structure is exactly the same for both. In trying to create a nice smooth database, I created a separate table with the required fields, and in the form created two subforms off of that table. They need to be side by side.
My problem is this. I need to show consecutive records on the two subforms, i.e. Unit #1 on the left, Unit #2 on the right. Right now when I open the form, both subforms show the first record for the report #. I tried some expresions on the second subform, such as =[table].[ID]+1 etc, but can't get the second subform to display the proper record.
Any help would be much appreciated.
Peter