Hello all,
Does anyone know if it is possible to dynamically multiple identical tabs in an Access form depending on a query? Let me explain what I'm trying to do to clarify:
Basically, I am attempting to create a database to track changes for assembly drawings. For each specific part number, I need to track a bunch of information for each change request - such as date change approved, requestor of change, etc. Each change request has a unique number. But I need to be able to keep a history of each change... So for each part number, I need to be able to pull up all of the past change requests and see all of the relevant information to that request.
My first thought was to use tabs in an Access form to do this: Have the part number at the very top, above the tabs. Then, depending on what part number was selected, the tabs would auto-populate - ex. the first tab title would change to be Change Request #4353 or whatever, the second Change Request #5443, and the rest of the information on each tab would auto-populate. The issue is that some part numbers will have just one change request #, and others will have ten. So I need a way to dynamically change the number of tabs on form....
I'm guessing that this might not be possible in Access.... Has anyone heard of this before? Any other ideas or other suggestions are much appreciated!
Thanks,
Dan
Does anyone know if it is possible to dynamically multiple identical tabs in an Access form depending on a query? Let me explain what I'm trying to do to clarify:
Basically, I am attempting to create a database to track changes for assembly drawings. For each specific part number, I need to track a bunch of information for each change request - such as date change approved, requestor of change, etc. Each change request has a unique number. But I need to be able to keep a history of each change... So for each part number, I need to be able to pull up all of the past change requests and see all of the relevant information to that request.
My first thought was to use tabs in an Access form to do this: Have the part number at the very top, above the tabs. Then, depending on what part number was selected, the tabs would auto-populate - ex. the first tab title would change to be Change Request #4353 or whatever, the second Change Request #5443, and the rest of the information on each tab would auto-populate. The issue is that some part numbers will have just one change request #, and others will have ten. So I need a way to dynamically change the number of tabs on form....
I'm guessing that this might not be possible in Access.... Has anyone heard of this before? Any other ideas or other suggestions are much appreciated!
Thanks,
Dan