When I select a value from the Section field, it should automatically combine with the corresponding values.

moin555

Member
Local time
Today, 11:54
Joined
Feb 6, 2025
Messages
72
When I select a value from the Section field, it should automatically combine with the corresponding values from other columns (taxpayernature, taxpaymnetsection, code) and display as one string. I need code converts numbers into words. I downloaded it from the internet, but it's not running
1747650931466.png
 

Attachments

You just concatenate the column values in the AfterUpdate event of the combo.
 
When I select a value from the Section field, it should automatically combine with the corresponding values from other columns (taxpayernature, taxpaymnetsection, code) and display as one string. I need code converts numbers into words. I downloaded it from the internet, but it's not running
View attachment 119813
You have a table named "nn" with no PK but lists all of the values you need to concatenate.

Which Form has the Combobox where you want to select a "Section" ??
 
see if this is what you need.
yes sir when i click section from selection . show in this sequence ,101A/1, Withheld Income Tax (Final),Payable u/s 101A @ 10%,64010041 all code are showing combine
 
Are we asking for Section Description to hold those values in that order? :(
 
obviously, the VBA is not running, because there is a code in the Form's Current.
you must Enable the macro (if there is a Yellow warning) to your db.
or before opening the db, right-click on it and on it's Property->Unblock it.
 
just as I said, closed the db.
then Right-Click on it, choose Property.
then check the Unblock it.
unblock.png
 

Users who are viewing this thread

Back
Top Bottom