I have one database with table name Billings and form name Billings subform. I want users to prevent entering duplicate records by two fields. Cust_Ref and Bill_Date these are the two fields in the form.
User can not make the bill if the cust_code is already entered for the date. Means Cust_Code+Date must not be the same.
Field type for Cust_Code is Text and Bill_Date is Date/Time.
Please guide me how do i stop this with afterupdate event. Please help me as soon as possible on this as i am not a programer i need your valuable help.
Thank you
User can not make the bill if the cust_code is already entered for the date. Means Cust_Code+Date must not be the same.
Field type for Cust_Code is Text and Bill_Date is Date/Time.
Please guide me how do i stop this with afterupdate event. Please help me as soon as possible on this as i am not a programer i need your valuable help.
Thank you