If there is a code to hide subjects with no marks then I believe there should be a code to delete the hidden labels with no values and show only those with values. Please help me on this
Exactly what I wanted. Is there any way I could change the subjects to be selected to be 11? Your labels has 24. I wish to be 11 but the subjects should not be deleted. To be hidden just like what you have done but those to be printed are only 11. I believe those 13 labels and there values...
I am using your approach. Thanks. Question- i want a code which will hide subjects if it has no mark. E.g if English has no marks or isnull hide it. Only subjects with marks to be shown.
Now after using the main form and subform how will i filter take for example the user has typed Washington in usa. I need a filter to select people in Washington in usa. Lets say
Name- Peter Hillary
City- Washington
Country- USA
I have two tables.
1. Table for countries
2. Table for cities
Out of this the main form is from table for countries and subform for table for cities.
In the table for countries, the counties have been entered
1. USA
2. CANADA
3. ENGLAND.
In the table for cities the user of database enters the...
To get the term i am using this
="TERM " & ((Month(Date()-1\4)+1
And to get the year i am using this
=Format(Now(), "yyyy")
But I am considering your approach. Any input will be highly appreciated.
Or is there any other way to refer to last term results if:
Term 1:- January, February, march and April
Term 2:- May, June, July and August
Term 3:- September, October, November and December.
I might to refer to last term results
Good input. Actually I was having an impression that it will be hard to refer to last term's results. I tried using:
=DlookUp("[Total Marks]","qryGrades","[ID]="&[ID]-1)
But it gives me minus the testdate. I think your suggestion for a fourth table will be very effective.