Jast call the field names
Label1, Label2, Label3, Label4 etc....
Then have a table which looks like this
Label, Description
Label1, something
Label2, something
Label3, something
Then on the form, do something like
checkLabel1 = dlookup("description", "labelTable", "label = 'label1'")...