Hi
This is probably a really fundamental basic but I just am not seeing the wood for the trees at the moment.
I am using access2007 with SQL backend to record tender details.
I have a main table called tbltenders, pk in this table is tenderid. I have another table called tbltype, with typeid and typedesc fields. I have typeID in tbltenders.
I have other tables with supplier details, submission details, scores, marking scheme etc, with similar setups
The workflow of this would require that a record is created, and other data is not entered until later stages.
I want to create an enquiry form. My problem is that enquiry could be selected at any stage of the process.eg a query showing tbltenders details and typedesc (rather than typeID) from tbltype will only show results if type has been entered. I want the form to show as much info as has been entered yet, in a readable format rather than integers from tbltenders. If typedesc has not been entered the form won't show this record. I have many other instances like this such as awarded to, submissions, procedure used
Do I create temp tables, populate and then clear down when enquiry form is closed. Or is there an obvious "correct" way to do get my enquiry for no matter how much data has been entered todate.
Thanks in advance.
This is probably a really fundamental basic but I just am not seeing the wood for the trees at the moment.
I am using access2007 with SQL backend to record tender details.
I have a main table called tbltenders, pk in this table is tenderid. I have another table called tbltype, with typeid and typedesc fields. I have typeID in tbltenders.
I have other tables with supplier details, submission details, scores, marking scheme etc, with similar setups
The workflow of this would require that a record is created, and other data is not entered until later stages.
I want to create an enquiry form. My problem is that enquiry could be selected at any stage of the process.eg a query showing tbltenders details and typedesc (rather than typeID) from tbltype will only show results if type has been entered. I want the form to show as much info as has been entered yet, in a readable format rather than integers from tbltenders. If typedesc has not been entered the form won't show this record. I have many other instances like this such as awarded to, submissions, procedure used
Do I create temp tables, populate and then clear down when enquiry form is closed. Or is there an obvious "correct" way to do get my enquiry for no matter how much data has been entered todate.
Thanks in advance.