Hi,
I have created a Form for data entry into Deductions table.
Here I am restricting the primary value of empId through a combo box.
The values of combo are taken from a master table.
There is a subform to show the entries of each session (unless and until form is closed) to facilitate the users
what they have entered recently
While making data entry..
I want to check, when a record is already available in Deductions table, the combo box selection of that entry should
prompt that the record is already available in DeductionsT..and the record details can be shown in the Deductions parent
form, when not availble it should proceed with the data entry.
I could succeed to some extent in this regard.
The Problem:
1. When I press tab at combo its proceeding with null value.
2. If I select a value its giving warning at the end of the data entry that the record is available in the
DeductionsT without showing its complete details in the respective text boxes.
3. When a new entry is selected, the values in the combo and EmpID text field are disappearing, but data entry is happening successfully.
4. The new entries of a session are not populating in the subform.
Please also suggest me how to delete a wrong entry, rather than editing the record.
I have tried my best and tried googled to get help, but could not succeed.
I have attached a sample db.
Please help
Thank you