Hi,
I have a table called Properties that I need to be able to update through a form and add new records to through a form. My issue is that I have to sort through the records based on an identifier called Area and each Area has multiple instruments. I want to be able to display all of the instruments for each Area at once on the form so I can update them all at once. I know that a continuous form is probably my best bet here but I have no idea how to make one. Here is a basic version what my table looks like(I have 4 more fields):
AREA INSTRUMENT RANGE MIN RANGE MAX
555 AB 666 900
555 YR 600 900
555 HW 1500 2500
652 HW 200 800
652 YR 300 1000
989 AB 400 2100
989 AB 400 2100
989 AB 500 1500
989 HL 400 1300
Any help would be greatly appreciated. THANKS!!!
I have a table called Properties that I need to be able to update through a form and add new records to through a form. My issue is that I have to sort through the records based on an identifier called Area and each Area has multiple instruments. I want to be able to display all of the instruments for each Area at once on the form so I can update them all at once. I know that a continuous form is probably my best bet here but I have no idea how to make one. Here is a basic version what my table looks like(I have 4 more fields):
AREA INSTRUMENT RANGE MIN RANGE MAX
555 AB 666 900
555 YR 600 900
555 HW 1500 2500
652 HW 200 800
652 YR 300 1000
989 AB 400 2100
989 AB 400 2100
989 AB 500 1500
989 HL 400 1300
Any help would be greatly appreciated. THANKS!!!
Last edited: