Hi
In your Registrations Table you are storing all of the Subjects using a MVF
It is recommended that each Subject should be a Record in a related table.
Hi
I have given you the structure necessary to add 1 or more attributes. All you need now is to Google how to add attributes using the "Not In List" Event
Hi
Here is an example of what you are describing.
The Form that opens on Startup allows you to select / add a Property and then add 1 or more attributes.
This is the data from your Excel file.
Send us an example of what you expect to see.
RowPartNumberNOTEGrade
AA01READYa
AA02NOT Readya
AA03NOT Readya
AA01NOT Readyc
AA02READYc
AA03READYc
AA03READYb...
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" ??
Sorry but all you have done is put my suggested line of code in the onclick event of SaveSalaryBtn
What 1 wanted was a screenshot of the Macro that is on the Recalculate Taxes Button.