Hi
I am looking for some help in creating a form to use for data entry. Here is my situation.
I have the following tables:
tblContractor (pk ContractorNum - autonumber)
tblStandards (pk StandardNumber - text)
tblStandardsType (pk StandardTypeID)
tblStandardsGroup (pk StandardGroupID)
tblStandardResults (pk ResultID - autonumber)
There are 200+ standards in tblStandards with 4 types of standard.
Each record in the tblStandardResults contains the ContractorNum and StandardNumber along with the results/comments.
I would like to be able to create a form that does the following:
- Initially asks the user which StandardType they would like to input (2 different teams focus on different standards)
- Once the user has selected the StandardType they then select which Contractor it relates to using a ComboBox.
- Once the user has selected the Contractor the table is then checked to see if any of the standards have already been inputted for this contractor.
- If there are no records then the form loads to allow the user to input the data, with the records already created and contain the ContractorNumber and StandardNumber already to eliminate the chance of missing standards or inputting them incorrectly.
The first 2 points I can manage myself, the other 2 I am struggling with and I am not sure how I can do it, though I assume it is possible with VB code.
My access skills are rusty as it has been quite a few years since I created a database.
Please could someone point me in the direction or give me a helping hand. Any help is greatly appreciated.
I am looking for some help in creating a form to use for data entry. Here is my situation.
I have the following tables:
tblContractor (pk ContractorNum - autonumber)
tblStandards (pk StandardNumber - text)
tblStandardsType (pk StandardTypeID)
tblStandardsGroup (pk StandardGroupID)
tblStandardResults (pk ResultID - autonumber)
There are 200+ standards in tblStandards with 4 types of standard.
Each record in the tblStandardResults contains the ContractorNum and StandardNumber along with the results/comments.
I would like to be able to create a form that does the following:
- Initially asks the user which StandardType they would like to input (2 different teams focus on different standards)
- Once the user has selected the StandardType they then select which Contractor it relates to using a ComboBox.
- Once the user has selected the Contractor the table is then checked to see if any of the standards have already been inputted for this contractor.
- If there are no records then the form loads to allow the user to input the data, with the records already created and contain the ContractorNumber and StandardNumber already to eliminate the chance of missing standards or inputting them incorrectly.
The first 2 points I can manage myself, the other 2 I am struggling with and I am not sure how I can do it, though I assume it is possible with VB code.
My access skills are rusty as it has been quite a few years since I created a database.
Please could someone point me in the direction or give me a helping hand. Any help is greatly appreciated.