I want that when I enter the vendor name, the CNIC and NTN should automatically update in the subform?

moin555

Member
Local time
Today, 23:21
Joined
Feb 6, 2025
Messages
40
1747219204273.png
 

Attachments

Change Vendor Name to a combo and bring the other data into the combo.
On Afterupdate of the combo, set the other controls to their respective data.

If you want to leave it as a textbox, then use DlookUp() to get your extra data. Be prepared for not finding anything due to keying error.
 
try this, add some amount the chkAmount or Tax.
 

Attachments

thanx sir ❤️ When I click on the Details ID in the subform of tblVendorRegistration, the tblCompliance with the same ID should open. can itpossible
 

Attachments

Users who are viewing this thread

Back
Top Bottom