I have a database linked to some fields on a html page, however, I could have up to 28 sets of populated data, or as few as 1, what I need is a simple piece of code along the lines that will count along the dataline all instances where a field called Firstname is not null (i.e. poulated), then this count to go into a field on the html page, as well as disable/enable some buttons (1 - 20), this being done on the onload event of the page, so i guess it needs to be a function, but can't seem to get the syntac right to do this.
The disable/enable bit I can do, it is just the function/return count I need help with, any help would be greatly appreciated.
Regards
Didn't anyone ever tell you? There's one thing you never put in a trap — if you're smart, if you value your continued existence, if you have any plans about seeing tomorrow — there's one thing you never — ever, put in a trap. … Me.
The disable/enable bit I can do, it is just the function/return count I need help with, any help would be greatly appreciated.
Regards
Didn't anyone ever tell you? There's one thing you never put in a trap — if you're smart, if you value your continued existence, if you have any plans about seeing tomorrow — there's one thing you never — ever, put in a trap. … Me.