neronikita
Technical User
I will apologize for the confusing explanation ahead of time... I'm not sure exactly how to word exactly what it is I'm looking for, so I'll just do my best.
I'm in the process of creating a database in Access to use to track maintenance for a trucking company. One of the tables in the db is TruckINfo and it contains the unit numbers. Another table is TruckService and it contains the service records. The user has requested a page that lists the unit numbers, allows him to select what is there that day, enter the current mileage, and have it return the difference in mileage from the last time it was seviced to determine if it needs to be serviced. I'm not sure how to get the same field to list multiple times on one asp page, then have them select the units applicable and then have the mileage entered (which is also the same field multiple times), and then how to have this field compare to the most recent service milease for the matching unit and all that. The final product can display either on the same page or in a summary report, flagging those meeting certain criteria (over 15,000, 20,000, or 30,000 miles for example). Can anyone point me in the right direction or even tell me what to search for? I'm fairly new to ASP, but from what I've done it seemed like the best tool to use to do this.
Thanks in advance!
I'm in the process of creating a database in Access to use to track maintenance for a trucking company. One of the tables in the db is TruckINfo and it contains the unit numbers. Another table is TruckService and it contains the service records. The user has requested a page that lists the unit numbers, allows him to select what is there that day, enter the current mileage, and have it return the difference in mileage from the last time it was seviced to determine if it needs to be serviced. I'm not sure how to get the same field to list multiple times on one asp page, then have them select the units applicable and then have the mileage entered (which is also the same field multiple times), and then how to have this field compare to the most recent service milease for the matching unit and all that. The final product can display either on the same page or in a summary report, flagging those meeting certain criteria (over 15,000, 20,000, or 30,000 miles for example). Can anyone point me in the right direction or even tell me what to search for? I'm fairly new to ASP, but from what I've done it seemed like the best tool to use to do this.
Thanks in advance!