I have an unbound form in which I am performing a login function: user name and password validation. It uses an unbound combobox with an unbound text control. The combobox pulls a string of five fields from the employee record table. The user selects their name from the list and inputs their password, validation occurs, and then based upon the user’s level, they are routed to the appropriate Navigation Control Form. This part works like a champ.
The problem I am having is that within the unbound Navigation Control forms there are several unbound text controls which I am trying to populate with data contained in the data string pulled by the combobox. I have found several potential go-bys, but I can’t seem to make the them work due to my poor grammar. I am now thinking about how I might use gintThis’s and gintThat’s, and go from there. Any suggestions would be appreciated.